UNPKG

@ohu-mobile/core

Version:
30 lines (29 loc) 1.04 kB
import './style'; import '../Card/style'; import '../Button/style'; declare const _default: { title: string; parameters: { component: 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 & { title: string; content: string; extra: string; unactive: boolean; }, {}, {} & { title?: string | undefined; content?: string | undefined; extra?: string | undefined; unactive?: boolean | undefined; }, {}, {}, {}>; options: { showPanel: boolean; }; }; }; export default _default; export declare const Basic: () => { render(): VueTsxSupport.JSX.Element; }; export declare const Unactive: () => { render(): VueTsxSupport.JSX.Element; };