UNPKG

xbpr

Version:

xbp react ui by @arco-design/web-react

5 lines (4 loc) 238 B
import React from 'react'; import { CarouselArrowProps } from './interface'; declare const CarouselArrowComponent: React.ForwardRefExoticComponent<CarouselArrowProps & React.RefAttributes<unknown>>; export default CarouselArrowComponent;