tree.d.ts 187 B

1234
  1. import { CompositionComponent as CC } from '../runtime';
  2. import { TreeMark } from '../spec';
  3. export type TreeOptions = Omit<TreeMark, 'type'>;
  4. export declare const Tree: CC<TreeOptions>;