UNPKG

@workday/canvas-kit-react

Version:

The parent module that contains all Workday Canvas Kit React components

29 lines 971 B
import { CSProps } from '@workday/canvas-kit-styling'; export interface SkeletonHeaderProps extends CSProps { /** * The background color of the skeleton * @default `system.color.bg.alt.strong` */ 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; }, never>, {}, { width: string; height: string; backgroundColor: string; }, never, never>; export declare const SkeletonHeader: import("@workday/canvas-kit-react/common").ElementComponent<"div", SkeletonHeaderProps>; //# sourceMappingURL=SkeletonHeader.d.ts.map