UNPKG

hongluan-ui

Version:
7 lines (6 loc) 439 B
import type { ExtractPropTypes } from 'vue'; export declare const carouselItemProps: { readonly name: import("hongluan-ui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>; readonly label: import("hongluan-ui/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>; }; export declare type CarouselItemProps = ExtractPropTypes<typeof carouselItemProps>;