UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

10 lines 524 B
import type { SxProp } from '../../sx'; import type { ComponentProps } from '../../utils/types'; /** * @deprecated A new filter component is in progress. * Until the new filter component is ready, you can use Button + TextInput + ActionList to reproduce this pattern. */ declare const FilteredSearch: import("styled-components").StyledComponent<"div", any, SxProp, never>; export type FilteredSearchProps = ComponentProps<typeof FilteredSearch>; export default FilteredSearch; //# sourceMappingURL=FilteredSearch.d.ts.map