UNPKG

@nile-ui/nile-ui

Version:

Modern and beautiful looking component designs

4 lines (3 loc) 186 B
import React from 'react'; import { ContainerProps } from './types'; export default function Container({ className, fluid, children, ...otherProps }: ContainerProps): React.JSX.Element;