mt-flowbite-react
Version:
Official React components built for Flowbite and Tailwind CSS
9 lines (8 loc) • 345 B
TypeScript
export declare const mtmClient: {
auth: import("./auth.service").AuthService;
resView: import("./resView.service").ResViewService;
refForm: import("./mtform.service").ResFormService;
res: import("./res.service").ResService;
render: import("./render.service").RenderService;
view: import("./view.service").ViewService;
};