Skip to content

FilterThemeProvider

FilterThemeProvider(__namedParameters): Element

Defined in: filter/src/theme/context.tsx:20

This component takes a theme prop and applies it to the children.

It should preferably be used at the root of your filter component tree.

Parameters

__namedParameters

children?

ReactNode

theme

FilterTheme

Returns

Element