import type { VmIcon, HandleMouse } from '..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install, BasicType } from '../_utils'; import ToolbarItem from "./src/toolbar-item"; export declare const VToolbarItem: Install, string | null>; readonly icon: BasicType, null>; readonly iconSize: BasicType, string | number | null>; readonly index: BasicType, string | number | null>; readonly onClick: BasicType, null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, string | null>; readonly icon: BasicType, null>; readonly iconSize: BasicType, string | number | null>; readonly index: BasicType, string | number | null>; readonly onClick: BasicType, null>; }>>, { readonly color: string; readonly icon: VmIcon; readonly onClick: HandleMouse; readonly iconSize: string | number; readonly index: string | number; }>>; /** toolbar-item 组件实例类型 */ export type ToolbarItemInstance = InstanceType; export * from './src/interface'; export default VToolbarItem;