UNPKG

@cainiaofe/cn-ui-m

Version:
7 lines (6 loc) 144 B
export interface CnInputRef { clear: () => void; focus: () => void; blur: () => void; nativeElement: HTMLInputElement | null; }