UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

10 lines (9 loc) 420 B
export declare const getAccessToken: () => Promise<string | undefined>; export declare const memRscClient: { 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; };