import type { ToolbarClick } from './src/interface'; import type { VmSize } from '..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install, BasicType } from '../_utils'; import Toolbar from "./src/toolbar"; export declare const VToolbar: Install; readonly size: BasicType, VmSize | null>; readonly background: BasicType, string | null>; readonly textColor: BasicType, string | null>; readonly fixed: BasicType; readonly width: BasicType, string | number | null>; readonly height: BasicType, string | number | null>; readonly onClick: BasicType, null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly; readonly size: BasicType, VmSize | null>; readonly background: BasicType, string | null>; readonly textColor: BasicType, string | null>; readonly fixed: BasicType; readonly width: BasicType, string | number | null>; readonly height: BasicType, string | number | null>; readonly onClick: BasicType, null>; }>>, { readonly round: boolean; readonly background: string; readonly fixed: boolean; readonly width: string | number; readonly size: VmSize; readonly onClick: ToolbarClick; readonly height: string | number; readonly textColor: string; }>>; /** toolbar 组件实例类型 */ export type ToolbarInstance = InstanceType; export * from './src/interface'; export default VToolbar;