UNPKG

@hypernetlabs/web-ui

Version:
13 lines 428 B
import React from "react"; interface GovernanceSearchFilterProps { initialValue?: string; onChange?: (value: string) => void; onSearchClick: (value: string) => void; onRestartClick: () => void; placeholder?: string; disabled?: boolean; title: string; } export declare const GovernanceSearchFilter: React.FC<GovernanceSearchFilterProps>; export {}; //# sourceMappingURL=GovernanceSearchFilter.d.ts.map