@furystack/shades-common-components
Version:
10 lines • 369 B
TypeScript
export type SkeletonProps = {
/**
* The time to wait before the skeleton shows up
*/
delay?: number;
};
export declare const Skeleton: (props: SkeletonProps & Omit<Partial<HTMLElement>, "style"> & {
style?: Partial<CSSStyleDeclaration>;
}, children?: import("@furystack/shades").ChildrenList) => JSX.Element;
//# sourceMappingURL=skeleton.d.ts.map