Add @packageDocumentation

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2024-11-26 13:54:43 +00:00
parent 7afe645fd6
commit a41a02c4a5
2 changed files with 6 additions and 3 deletions
-2
View File
@@ -2625,6 +2625,4 @@ export const IconProvider: ({
children: ReactNode;
overrides: Partial<Record<IconNames, React_2.ComponentType>>;
}) => React_2.JSX.Element;
// (No @packageDocumentation comment for this package)
```
+6 -1
View File
@@ -14,7 +14,12 @@
* limitations under the License.
*/
// Components
/**
* Components used by Backstage plugins and apps
*
* @packageDocumentation
*/
export * from './components/button';
export * from './components/box';
export * from './components/icon';