9 lines
265 B
TypeScript
9 lines
265 B
TypeScript
export * from "./type";
|
|
export * from "./d";
|
|
export * from "./components/libs/";
|
|
export * from "./components/utils";
|
|
import { FsUploaderOptions } from "./d/type";
|
|
export declare const FsExtendsUploader: {
|
|
install(app: any, options: FsUploaderOptions): void;
|
|
};
|