office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
1 lines • 588 B
JavaScript
define([], function() { return "\r\nexport interface IPropertiesTableSetProps {\r\n /**\r\n * Component name, assumes component resides in /components/[name]/ folder\r\n * and properties are at /components/[name]/[name].Props.ts.\r\n */\r\n componentName: string;\r\n\r\n /**\r\n * If provided, overrides componentName usage to derive the path to the props.\r\n * Example: 'utilities/focus/'\r\n */\r\n componentPath?: string;\r\n\r\n /**\r\n * If specified, will only render interfaces and enums specified here.\r\n */\r\n renderOnly?: Array<string>;\r\n}\r\n"; });