@primer/react
Version:
An implementation of GitHub's Primer Design System using React
9 lines • 468 B
TypeScript
type FilteredSearchProps = React.HTMLAttributes<HTMLElement>;
/**
* @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 function FilteredSearch({ children, className, ...rest }: FilteredSearchProps): import("react").JSX.Element;
export type { FilteredSearchProps };
export default FilteredSearch;
//# sourceMappingURL=FilteredSearch.d.ts.map