UNPKG

@inkline/paper

Version:

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

8 lines (7 loc) 229 B
import { DefineVueComponentFn } from './types'; /** * Define Vue component using Composition API and setup() * * @param definition universal component definition */ export declare const defineComponent: DefineVueComponentFn;