UNPKG

@vtex/admin-ui

Version:

> VTEX admin component library

9 lines (8 loc) 326 B
import type { ReactNode } from 'react'; import type { GenericFilterStateReturn } from './base-filter.state'; export declare function BaseFilter(props: BaseFilterProps): JSX.Element; export interface BaseFilterProps { state: GenericFilterStateReturn; children?: ReactNode; appliedValuesLabel?: ReactNode; }