6 lines
172 B
TypeScript
6 lines
172 B
TypeScript
export * from "./exports";
|
|
import { FsEditorConfig } from "./type/config";
|
|
export declare const FsExtendsEditor: {
|
|
install(app: any, options: FsEditorConfig): void;
|
|
};
|