UNPKG

@yunser/ui-std

Version:

UI standard specification.

8 lines (7 loc) 123 B
export declare class Graph { root: any; constructor({ root }: { root: any; }); toJson(): string; }