UNPKG

react-basic-elements

Version:

A lightweight collection of basic React layout and UI primitives with built-in style support.

4 lines (3 loc) 107 B
import { FC } from 'react'; import { FlexProps } from './Flex'; export declare const Group: FC<FlexProps>;