UNPKG

@codegouvfr/react-dsfr

Version:

French State Design System React integration library

7 lines (6 loc) 215 B
export type SearchButtonProps = { id: string; searchInputId: string; onClick: ((text: string) => void) | undefined; }; export declare function SearchButton(props: SearchButtonProps): JSX.Element | null;