UNPKG

xbpr

Version:

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

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