import type { ToolbarClick } from './src/interface.d'; import type { FightingSize } from '../_interface'; import type { BasicType } from '../_utils/props/interface'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install } from '../_utils'; import Toolbar from "./src/toolbar"; export declare const FToolbar: Install; readonly size: BasicType, FightingSize | 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, FightingSize | 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: FightingSize; readonly onClick: ToolbarClick; readonly height: string | number; readonly textColor: string; }>>; /** toolbar 组件实例类型 */ export type ToolbarInstance = InstanceType; export * from './src/interface.d'; export default FToolbar;