hongluan-ui
Version:
Hongluan Component Library for Vue 3
7 lines (6 loc) • 439 B
TypeScript
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>;