gzhr-ui 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,12 @@
1
+ export declare const data: {
2
+ value: string;
3
+ label: string;
4
+ children: {
5
+ value: string;
6
+ label: string;
7
+ children: {
8
+ value: string;
9
+ label: string;
10
+ }[];
11
+ }[];
12
+ }[];
@@ -0,0 +1,13 @@
1
+ export declare const HrButton: {
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
3
+ P: {};
4
+ B: {};
5
+ D: {};
6
+ C: {};
7
+ M: {};
8
+ Defaults: {};
9
+ }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
10
+ __isFragment?: never;
11
+ __isTeleport?: never;
12
+ __isSuspense?: never;
13
+ } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin;
@@ -0,0 +1,21 @@
1
+ import { IconifyIcon } from '@iconify/vue';
2
+ declare const _default: import('vue').DefineComponent<{
3
+ /** 图标 */
4
+ icon: string | IconifyIcon;
5
+ /** 颜色 */
6
+ color?: string;
7
+ /** 图标大小 */
8
+ size?: string | number;
9
+ /** svg图标样式 */
10
+ svgClass?: string;
11
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
12
+ /** 图标 */
13
+ icon: string | IconifyIcon;
14
+ /** 颜色 */
15
+ color?: string;
16
+ /** 图标大小 */
17
+ size?: string | number;
18
+ /** svg图标样式 */
19
+ svgClass?: string;
20
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
21
+ export default _default;
@@ -0,0 +1,28 @@
1
+ export declare const HrIcon: {
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
3
+ icon: string | import('@iconify/vue/dist/iconify.js').IconifyIcon;
4
+ color?: string;
5
+ size?: string | number;
6
+ svgClass?: string;
7
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
8
+ P: {};
9
+ B: {};
10
+ D: {};
11
+ C: {};
12
+ M: {};
13
+ Defaults: {};
14
+ }, Readonly<{
15
+ icon: string | import('@iconify/vue/dist/iconify.js').IconifyIcon;
16
+ color?: string;
17
+ size?: string | number;
18
+ svgClass?: string;
19
+ }> & Readonly<{}>, {}, {}, {}, {}, {}>;
20
+ __isFragment?: never;
21
+ __isTeleport?: never;
22
+ __isSuspense?: never;
23
+ } & import('vue').ComponentOptionsBase<Readonly<{
24
+ icon: string | import('@iconify/vue/dist/iconify.js').IconifyIcon;
25
+ color?: string;
26
+ size?: string | number;
27
+ svgClass?: string;
28
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin;
@@ -0,0 +1,3 @@
1
+ export * from './button';
2
+ export * from './table';
3
+ export * from './icon';