UNPKG

plot-plan-designer

Version:

Design Editor Tools with React.js + ant.design + fabric.js

5 lines (4 loc) 258 B
export declare const isPdf: (type: string) => type is "application/pdf"; export declare const isImage: (type: string) => boolean; export declare const supportedFileType: (file: any) => boolean; export declare const getFileName: (filename: string) => string;