UNPKG

fenextjs-interface

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