SearchModalProps.children
Home > @backstage/plugin-search > SearchModalProps > children
A function that returns custom content to render in the search modal in place of the default.
Signature:
children?: (props: SearchModalChildrenProps) => JSX.Element;