UNPKG

@inkline/paper

Version:

Paper is a unified interface for defining components for Vue and React using a single code base.

4 lines (3 loc) 189 B
import { DefinePluginFn } from './types'; export declare type DefineGenericPluginFn<Options = any> = DefinePluginFn<any, Options>; export declare const definePlugin: DefineGenericPluginFn;