goobs-frontend
Version:
A comprehensive React-based libary for building modern web applications
7 lines • 369 B
TypeScript
import { default as React } from 'react';
import { SearchableHistoryProps } from '../../../Field/Dropdown/SearchableHistory';
declare const useSearchableHistory: (props: {
searchableHistory?: SearchableHistoryProps | SearchableHistoryProps[];
}) => React.ReactElement[] | null;
export default useSearchableHistory;
//# sourceMappingURL=useSearchableHistory.d.ts.map