UNPKG

avent-ui

Version:

The best UI library for Typescript and React

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