UNPKG

parrot-layout

Version:
5 lines (4 loc) 218 B
/// <reference types="react" /> import { RootProps } from 'paramorph/react/Root'; export declare function Root({ paramorph, post, localBundles, externalBundles, preload }: RootProps): JSX.Element; export default Root;