UNPKG

denwa-react-shared

Version:
5 lines (4 loc) 96 B
import { ReactNode } from 'react'; export interface ContainerProps { children: ReactNode; }