import type { VmSize } from '..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install, BasicType } from '../_utils'; import List from "./src/list"; export declare const VList: Install; readonly center: BasicType; readonly textColor: BasicType, string | null>; readonly borderColor: BasicType, string | null>; readonly size: BasicType, VmSize | null>; readonly maxHeight: BasicType, string | number | null>; readonly zebraColor: BasicType, string | null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly; readonly center: BasicType; readonly textColor: BasicType, string | null>; readonly borderColor: BasicType, string | null>; readonly size: BasicType, VmSize | null>; readonly maxHeight: BasicType, string | number | null>; readonly zebraColor: BasicType, string | null>; }>>, { readonly center: boolean; readonly size: VmSize; readonly borderColor: string; readonly zebra: boolean; readonly textColor: string; readonly maxHeight: string | number; readonly zebraColor: string; }>>; /** list 组件实例类型 */ export type ListInstance = InstanceType; export * from './src/interface'; export default VList;