UNPKG

infinity-forge

Version:
5 lines (4 loc) 134 B
export declare function useTextEditor(): { handleInsert: (text: string) => void; handleEditorReady: (insert: any) => void; };