UNPKG

@workday/canvas-kit-react

Version:

The parent module that contains all Workday Canvas Kit React components

5 lines 348 B
import { PropCombination, PropDeclaration, Props, PropsDeclaration } from './propTypes'; export declare const permutateProps: (allProps: PropsDeclaration, filter?: ((props: Props) => boolean) | undefined, remainingProps?: string[], values?: { [key: string]: PropDeclaration; }) => PropCombination[]; //# sourceMappingURL=permutateProps.d.ts.map