UNPKG

@workday/canvas-kit-react

Version:

The parent module that contains all Workday Canvas Kit React components

8 lines 442 B
import * as React from 'react'; import { PartialEmotionCanvasTheme, StyleRewriteFn } from '@workday/canvas-kit-react/common'; export declare const convertToStaticStates: StyleRewriteFn; export declare const StaticStates: React.FC<React.PropsWithChildren<{ theme?: PartialEmotionCanvasTheme; className?: React.HTMLAttributes<HTMLElement>['className']; } & React.HTMLAttributes<HTMLElement>>>; //# sourceMappingURL=StaticStates.d.ts.map