UNPKG

@aveonline/ui-react

Version:

Home base for Aveonline design system - ecosystem react

6 lines (5 loc) 135 B
import { IChildren } from '../../../types'; interface ISlider extends IChildren { onClick?: () => void; } export type { ISlider };