const FlexRender: readonly [typeof FlexRenderDirective, typeof FlexRenderCell];
Defined in: index.ts:25
Constant helper to import FlexRender directives.
You should prefer to use this constant over importing the directives separately, as it ensures you always have the correct set of directives over library updates.
FlexRenderDirective and FlexRenderCell for more details on the directives included in this export.