@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
16 lines (15 loc) • 645 B
text/typescript
import * as react46 from "react";
import { Context, ReactNode } from "react";
import * as motion_react0 from "motion/react";
import * as m from "motion/react-m";
//#region src/MotionProvider/index.d.ts
type MotionComponentType = typeof motion_react0.motion | typeof m;
declare const MotionComponent: Context<MotionComponentType>;
declare const MotionProvider: react46.NamedExoticComponent<{
children: ReactNode;
motion: MotionComponentType;
}>;
declare const useMotionComponent: () => MotionComponentType;
//#endregion
export { MotionComponent, MotionComponentType, MotionProvider, useMotionComponent };
//# sourceMappingURL=index.d.mts.map