UNPKG

@source-bug/magic-design-react

Version:

A component library that can achieve magic effects

14 lines (13 loc) 398 B
import React from 'react'; import type { SwiperProps } from '../types'; interface CornerSwiperProps extends SwiperProps { defaultMargin?: boolean; rotateX?: string; rotateY?: string; position?: number; perspective?: string; perspectiveOriginX?: string; perspectiveOriginY?: string; } declare const CornerSwiper: React.FC<CornerSwiperProps>; export default CornerSwiper;