@workday/canvas-kit-react
Version:
The parent module that contains all Workday Canvas Kit React components
7 lines • 378 B
TypeScript
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;
} & React.HTMLAttributes<HTMLElement>>>;
//# sourceMappingURL=StaticStates.d.ts.map