@nocobase/plugin-excel-formula-field
Version:
English | [中文](./README.zh-CN.md)
12 lines (11 loc) • 388 B
TypeScript
import { InstallOptions, Plugin } from '@nocobase/server';
export declare class ExcelFormulaFieldPlugin extends Plugin {
afterAdd(): void;
beforeLoad(): void;
load(): Promise<void>;
install(options?: InstallOptions): Promise<void>;
afterEnable(): Promise<void>;
afterDisable(): Promise<void>;
remove(): Promise<void>;
}
export default ExcelFormulaFieldPlugin;