Canon - Export Skeleton component

Signed-off-by: James Brooks <jamesbrooks@spotify.com>
This commit is contained in:
James Brooks
2025-07-09 23:10:26 +01:00
parent 09eeb97ac0
commit 390ea2024e
3 changed files with 19 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/canon': patch
---
Export Skeleton component from Canon.
+13
View File
@@ -1516,6 +1516,19 @@ export interface SelectProps {
value?: string;
}
// @public (undocumented)
export const Skeleton: (props: SkeletonProps) => JSX_2.Element;
// @public (undocumented)
export interface SkeletonProps extends ComponentProps<'div'> {
// (undocumented)
height?: number | string;
// (undocumented)
rounded?: boolean;
// (undocumented)
width?: number | string;
}
// @public (undocumented)
export type Space =
| '0.5'
+1
View File
@@ -53,6 +53,7 @@ export * from './components/ScrollArea';
export * from './components/SearchField';
export * from './components/Link';
export * from './components/Select';
export * from './components/Skeleton';
export * from './components/Switch';
// Types