UNPKG

@aveonline/ui-react

Version:

Home base for Aveonline design system - ecosystem react

9 lines (8 loc) 214 B
import { IText } from './IText'; export declare function useText(props: IText): { attributes: { htmlFor?: string | undefined; onClick?: (() => void) | undefined; }; getClass: string; };