UNPKG

@workday/canvas-kit-docs

Version:

Documentation components of Canvas Kit components

11 lines 328 B
type StyleProp = { name: string; properties: string[]; system: string; }; interface StylePropsTableProps { styleProps?: StyleProp[]; } export declare const StylePropsTable: ({ styleProps }: StylePropsTableProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=StylePropsTable.d.ts.map