import type { ExpandCardImageList, ExpandCardChange } from './src/interface'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install, BasicType } from '../_utils'; import ExpandCard from "./src/expand-card"; export declare const VExpandCard: Install, ExpandCardImageList | null>; readonly round: BasicType; readonly expandIndex: BasicType; readonly color: BasicType, string | null>; readonly vertical: BasicType; readonly width: BasicType, string | number | null>; readonly height: BasicType, string | number | null>; readonly onChange: BasicType, null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, ExpandCardImageList | null>; readonly round: BasicType; readonly expandIndex: BasicType; readonly color: BasicType, string | null>; readonly vertical: BasicType; readonly width: BasicType, string | number | null>; readonly height: BasicType, string | number | null>; readonly onChange: BasicType, null>; }>>, { readonly round: boolean; readonly color: string; readonly width: string | number; readonly vertical: boolean; readonly onChange: ExpandCardChange; readonly height: string | number; readonly imageList: ExpandCardImageList; readonly expandIndex: number; }>>; /** expand-card 组件实例类型 */ export type ExpandCardInstance = InstanceType; export * from './src/interface'; export default VExpandCard;