UNPKG

razor-shared-library

Version:
7 lines (6 loc) 145 B
import { ReactNode } from 'react'; export interface AutoCompleteOptions { label: string; value: string | number; icon?: ReactNode; }