import type { HandleChange } from '..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install, BasicType } from '../_utils'; import StickyCard from "./src/sticky-card"; export declare const VStickyCard: Install; readonly openText: BasicType, string | null>; readonly closeText: BasicType, string | null>; readonly borderColor: BasicType, string | null>; readonly onOpen: BasicType, null>; readonly onClose: BasicType, null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly; readonly openText: BasicType, string | null>; readonly closeText: BasicType, string | null>; readonly borderColor: BasicType, string | null>; readonly onOpen: BasicType, null>; readonly onClose: BasicType, null>; }>>, { readonly onClose: HandleChange; readonly borderColor: string; readonly onOpen: HandleChange; readonly open: boolean; readonly openText: string; readonly closeText: string; }>>; /** sticky-card 组件实例类型 */ export type StickyCardInstance = InstanceType; export * from './src/interface'; export default VStickyCard;