UNPKG

piral-core

Version:

The core library for creating a Piral instance.

7 lines (6 loc) 199 B
import * as React from 'react'; import { LayoutProps } from '../types'; /** * The default layout only rendering the provided children. */ export declare const DefaultLayout: React.FC<LayoutProps>;