2024-03-16 14:11:43 +08:00

3 lines
64 B
TypeScript

declare function Tree(options: any): void;
export default Tree;