UNPKG

180 BTypeScriptView Raw
1import { Plugin } from 'rollup';
2
3declare type Options = {
4 include?: string;
5 exclude?: string;
6};
7declare function vueFrag(options?: Options): Plugin;
8
9export { vueFrag };