UNPKG

zent

Version:

一套前端设计语言和基于React的实现

9 lines (8 loc) 470 B
export declare function substring(str: any, start: any, end: any): any; export declare function replaceSubstring(str: any, start: any, end: any, replacer: any): { value: string; caret: number; }; export declare function isWhiteSpace(c: any): boolean; export declare function getInputNodeForTrigger(node: Element | Text | null): HTMLInputElement | HTMLTextAreaElement | null; export declare function getMenuListItems(suggestions: any, notFoundContent: any): any;