UNPKG

@baseplate-dev/ui-components

Version:

Shared UI component library

8 lines 287 B
/** * A skeleton component that can be used to show a loading state. * * https://ui.shadcn.com/docs/components/skeleton */ declare function Skeleton({ className, ...props }: React.ComponentProps<'div'>): React.ReactElement; export { Skeleton }; //# sourceMappingURL=skeleton.d.ts.map