UNPKG

smoosic

Version:

<sub>[Github site](https://github.com/Smoosic/smoosic) | [source documentation](https://smoosic.github.io/Smoosic/release/docs/modules.html) | [change notes](https://aarondavidnewman.github.io/Smoosic/changes.html) | [application](https://smoosic.github.i

13 lines 276 B
/** * @category SuiFile */ export declare class SuiFileInput { compressed: boolean; binary: boolean; value: any; event: any; constructor(evt: any); _handleZip(): Promise<void>; loadAsync(): Promise<void>; } //# sourceMappingURL=fileInput.d.ts.map