UNPKG

text-editor-drcsystems

Version:
8 lines (7 loc) 215 B
declare type Options = { timeoutMs?: number; }; declare const useSyncWithInputHtml: (html?: string | null, { timeoutMs }?: Options) => { getCurrentHtml: () => string; }; export default useSyncWithInputHtml;