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