UNPKG

piral-core

Version:

The core library for creating a Piral instance.

3 lines (2 loc) 131 B
import * as React from 'react'; export declare function defaultRender(children: React.ReactNode, key?: string): React.JSX.Element;