UNPKG

@aveonline/ui-react

Version:

Home base for Aveonline design system - ecosystem react

5 lines (4 loc) 141 B
/// <reference types="react" /> import type { IText } from './IText'; declare function Text(props: IText): JSX.Element; export default Text;