useInstance.d.ts 208 B

1234
  1. import type { Editor } from '@milkdown/core';
  2. export type Instance = [true, () => undefined] | [false, () => Editor];
  3. export declare function useInstance(): Instance;
  4. //# sourceMappingURL=useInstance.d.ts.map