UNPKG

@aveonline/ui-react

Version:

Home base for Aveonline design system - ecosystem react

6 lines (5 loc) 137 B
export interface _TProps { _t?: (text: string) => string; useT?: boolean; } export declare type _TFunciton = (d: string) => any;