UNPKG

@ohu-mobile/core

Version:
14 lines (13 loc) 652 B
import { BottomProps } from './types'; declare const Bottom: 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 & { visible: boolean; tag: string; divider: boolean; animation: string; }, {}, {} & { tag?: string | undefined; animation?: string | undefined; divider?: boolean | undefined; visible?: boolean | undefined; } & BottomProps, {}, {}, {}>; export default Bottom;