@coinmeca/ui
Version:
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
15 lines • 516 B
TypeScript
import { SwipeProps } from "../../../../hooks/useSwipe";
export interface SlideContent {
name?: string;
active?: boolean;
children?: any;
vertical?: boolean;
offset?: number;
unit?: "%" | "vw" | "vh" | "em" | "rem";
style?: object;
swipe?: SwipeProps;
}
declare function SlideContent(props: SlideContent): import("react").JSX.Element;
declare const _default: import("react").MemoExoticComponent<typeof SlideContent>;
export default _default;
//# sourceMappingURL=SlideContent.d.ts.map