UNPKG

@workday/canvas-kit-react

Version:

The parent module that contains all Workday Canvas Kit React components

19 lines 552 B
export interface SkeletonHeaderProps { /** * The background color of the skeleton * @default soap200 */ 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 SkeletonHeader: import("@workday/canvas-kit-react/common").ElementComponent<"div", SkeletonHeaderProps>; //# sourceMappingURL=skeletonHeader.d.ts.map