UNPKG

@workday/canvas-kit-react

Version:

The parent module that contains all Workday Canvas Kit React components

16 lines (12 loc) 251 B
export type PropDeclaration = { value: any; label: string; }; export type PropsDeclaration = {[key: string]: PropDeclaration[]}; export type Props = { [key: string]: any; }; export type PropCombination = { label: string; props: Props; };