UNPKG

@ohu-mobile/core

Version:
37 lines (36 loc) 1.52 kB
import { FabActionProps, FabActionEvents } from './types'; import { ButtonTypes } from '../Button'; declare const _default: import("vue-tsx-support")._TsxComponentV3<import("vue").default<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => import("vue").default<Record<string, any>, Record<string, any>, never, never, any>> & import("../_utils/defineComponent").OhuComponentInnerProps & { type: ButtonTypes; round: boolean; inline: boolean; label: string | undefined; htmlType: string; plain: boolean; size: import("../Button").ButtonSizes; loading: boolean; disabled: boolean; icon: string | import("@ohu-mobile/icons/lib/types").SVGIconDef | undefined; link: boolean; tabindex: number; to: string | Location | undefined; url: string; replace: boolean; }, {}, {} & { replace?: boolean | undefined; link?: boolean | undefined; icon?: string | import("@ohu-mobile/icons/lib/types").SVGIconDef | undefined; type?: ButtonTypes | undefined; tabindex?: number | undefined; label?: string | undefined; to?: string | Location | undefined; url?: string | undefined; plain?: boolean | undefined; size?: import("../Button").ButtonSizes | undefined; loading?: boolean | undefined; disabled?: boolean | undefined; inline?: boolean | undefined; round?: boolean | undefined; htmlType?: string | undefined; } & FabActionProps, FabActionEvents, {}, {}>; export default _default;