Standardize documentation across all *.tsx files
- Add file-level JSDoc comments to components that were missing them - Ensure consistent documentation format across all components - Improve code maintainability and readability
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
/**
|
||||
* @file MatchProperties.tsx
|
||||
* @description Component that provides functionality to match visual properties between shapes
|
||||
* in PowerPoint presentations. This allows users to copy line, fill, and text properties from
|
||||
* one shape to multiple other shapes, ensuring consistent styling across elements.
|
||||
*/
|
||||
|
||||
import * as React from "react";
|
||||
import { ColorRegular } from "@fluentui/react-icons";
|
||||
import { useStatusContext } from "./App";
|
||||
|
||||
Reference in New Issue
Block a user