UNPKG

@workday/canvas-kit-docs

Version:

Documentation components of Canvas Kit components

12 lines 333 B
import React from 'react'; type StyleProp = { name: string; properties: string[]; system: string; }; interface StylePropsTableProps { styleProps?: StyleProp[]; } export declare const StylePropsTable: ({ styleProps }: StylePropsTableProps) => React.JSX.Element; export {}; //# sourceMappingURL=StylePropsTable.d.ts.map