UNPKG

avent-ui

Version:

The best UI library for Typescript and React

5 lines (4 loc) 141 B
import { FC } from 'react'; import { ReactBasicProp } from './types'; declare const Elementis: FC<ReactBasicProp>; export default Elementis;