1 | export declare const Col: import("../utils").WithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2 | tag: {
|
3 | type: import("vue").PropType<keyof HTMLElementTagNameMap>;
|
4 | default: keyof HTMLElementTagNameMap;
|
5 | };
|
6 | span: {
|
7 | type: (NumberConstructor | StringConstructor)[];
|
8 | default: number;
|
9 | };
|
10 | offset: (NumberConstructor | StringConstructor)[];
|
11 | }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
12 | tag: {
|
13 | type: import("vue").PropType<keyof HTMLElementTagNameMap>;
|
14 | default: keyof HTMLElementTagNameMap;
|
15 | };
|
16 | span: {
|
17 | type: (NumberConstructor | StringConstructor)[];
|
18 | default: number;
|
19 | };
|
20 | offset: (NumberConstructor | StringConstructor)[];
|
21 | }>> & Readonly<{}>, {
|
22 | span: string | number;
|
23 | tag: keyof HTMLElementTagNameMap;
|
24 | }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
25 | export default Col;
|
26 | export { colProps } from './Col';
|
27 | export type { ColProps } from './Col';
|
28 | declare module 'vue' {
|
29 | interface GlobalComponents {
|
30 | VanCol: typeof Col;
|
31 | }
|
32 | }
|