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