UNPKG

rollup-plugin-imagetools

Version:
5 lines (4 loc) 201 B
import { Plugin } from 'rollup'; import { RollupPluginOptions } from './types'; export * from 'imagetools-core'; export declare function imagetools(userOptions?: Partial<RollupPluginOptions>): Plugin;