UNPKG

@uifabric/utilities

Version:

Fluent UI React utilities for building components.

1 lines 523 B
{"version":3,"file":"IRenderComponent.js","sourceRoot":"../src/","sources":["IRenderComponent.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * An interface representing a component that will not output any DOM, will just render its children and\n * pass through items to modify the children.\n *\n * {@docCategory IRenderComponent}\n */\nexport interface IRenderComponent<TProps> {\n /**\n * JSX.Element to return in this component's render() function.\n */\n children: (props: TProps) => JSX.Element;\n}\n"]}