@workday/canvas-kit-react
Version:
The parent module that contains all Workday Canvas Kit React components
37 lines • 1.44 kB
TypeScript
import { CSProps } from '@workday/canvas-kit-styling';
export interface SkeletonHeaderProps extends CSProps {
/**
* The background color of the skeleton
* @default Surface shimmer gradient (`surface.alt.strong` → `surface.loading`); override with a solid color
*/
backgroundColor?: string;
/**
* The height of the shape in `px` or `%`.
* @default 28px
*/
height?: number | string;
/**
* The width of the shape in `px` or `%`.
* @default 100%
*/
width?: number | string;
}
export declare const skeletonHeaderStencil: import("@workday/canvas-kit-styling").Stencil<import("@workday/canvas-kit-styling").StencilModifierConfig<{}, {
width: string;
height: string;
backgroundColor: string;
}, import("@workday/canvas-kit-styling").Stencil<import("@workday/canvas-kit-styling").StencilModifierConfig<{}, {
backgroundColor: string;
}, never>, {}, {
backgroundColor: string;
}, never, never>>, {}, {
width: string;
height: string;
backgroundColor: string;
}, import("@workday/canvas-kit-styling").Stencil<import("@workday/canvas-kit-styling").StencilModifierConfig<{}, {
backgroundColor: string;
}, never>, {}, {
backgroundColor: string;
}, never, never>, never>;
export declare const SkeletonHeader: import("@workday/canvas-kit-react/common").ElementComponent<"div", SkeletonHeaderProps>;
//# sourceMappingURL=SkeletonHeader.d.ts.map