UNPKG

@aplus-frontend/ui

Version:

13 lines (12 loc) 771 B
import { ApActionGroupProps } from '../interface'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; import { Trigger } from '@aplus-frontend/antdv/es/dropdown/props'; import { GroupActionTypes } from '..'; declare const _default: DefineComponent<ApActionGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApActionGroupProps> & Readonly<{}>, { placement: "top" | "topLeft" | "bottom" | "bottomLeft" | "bottomRight" | "topRight" | "topCenter" | "bottomCenter"; trigger: Trigger | Trigger[]; actions: GroupActionTypes[]; count: number; iconFirst: boolean; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; export default _default;