UNPKG

text-editor-drcsystems

Version:
6 lines (5 loc) 184 B
declare type Options = { timeoutMs?: number; }; declare const useSyncWithInputHtml2: (html?: string | null, { timeoutMs }?: Options) => void; export default useSyncWithInputHtml2;