UNPKG

@cainiaofe/cn-ui-m

Version:
4 lines (3 loc) 124 B
import { FC } from 'react'; import type { CnSliderProps } from './types'; export declare const CnSlider: FC<CnSliderProps>;