export type _TFunciton = (d: string) => any;
export interface _TProps {
    useT?: boolean;
    _t?: _TFunciton;
}
