UNPKG

@vtex/styleguide

Version:

> VTEX Styleguide React components ([Docs](https://vtex.github.io/styleguide))

8 lines (7 loc) 329 B
import { FC } from 'react'; import { InferProps } from 'prop-types'; import { filterBarPropTypes } from '../FilterBar/index.js'; import { E2ETestable } from './types'; declare const FilterBar: FC<FilterBarProps>; export declare type FilterBarProps = InferProps<typeof filterBarPropTypes> & E2ETestable; export default FilterBar;