UNPKG

@appbuckets/react-ui

Version:
6 lines (5 loc) 227 B
import * as React from 'react'; import { Creatable } from '../generic'; import { ContainerProps } from './Container.types'; declare const Container: Creatable<React.FunctionComponent<ContainerProps>>; export default Container;