import type { ToolbarClick } from './interface'; import type { FightingSize } from '../../_interface'; import type { BasicType } from '../../_utils/props/interface'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly round: BasicType; 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; }>; export default _sfc_main;