UNPKG

@alilc/build-plugin-alt

Version:

build-scripts plugin template for developers

6 lines (5 loc) 246 B
export declare const SAVE_KEY: string; export declare const preview: () => void; export declare const saveSchema: () => void; export declare const resetSchema: () => Promise<void>; export declare const getPageSchema: (type: any) => Promise<any>;