UNPKG

ponchojs

Version:

Poncho

5 lines (4 loc) 196 B
import React from 'react'; declare type Props = React.PropsWithChildren<Partial<unknown>>; export declare const Container: React.MemoExoticComponent<(props: Props) => JSX.Element>; export {};