UNPKG

@inkline/paper

Version:

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

9 lines (8 loc) 197 B
import { FragmentFn } from './types-common'; import { VNode } from './types'; /** * Render child elements using Fragment * * @example <></> */ export declare const Fragment: FragmentFn<VNode>;