x-next 0.0.0-alpha.22 → 0.0.0-alpha.25

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,50 @@
1
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ size: {
3
+ type: (NumberConstructor | StringConstructor)[];
4
+ default: undefined;
5
+ };
6
+ rotate: {
7
+ type: NumberConstructor;
8
+ default: undefined;
9
+ };
10
+ spin: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ color: {
15
+ type: StringConstructor;
16
+ default: undefined;
17
+ };
18
+ fillColor: {
19
+ type: ArrayConstructor;
20
+ default: undefined;
21
+ };
22
+ }>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
23
+ size: {
24
+ type: (NumberConstructor | StringConstructor)[];
25
+ default: undefined;
26
+ };
27
+ rotate: {
28
+ type: NumberConstructor;
29
+ default: undefined;
30
+ };
31
+ spin: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
35
+ color: {
36
+ type: StringConstructor;
37
+ default: undefined;
38
+ };
39
+ fillColor: {
40
+ type: ArrayConstructor;
41
+ default: undefined;
42
+ };
43
+ }>> & Readonly<{}>, {
44
+ size: string | number;
45
+ rotate: number;
46
+ spin: boolean;
47
+ color: string;
48
+ fillColor: unknown[];
49
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
50
+ export default _default;
@@ -3,5 +3,6 @@ import { default as CheckCircleFill } from './default/check-circle-fill';
3
3
  import { default as ExclamationCircleFill } from './default/exclamation-circle-fill';
4
4
  import { default as InfoCircleFill } from './default/info-circle-fill';
5
5
  import { default as MinusCircleFill } from './default/minus-circle-fill';
6
+ import { default as LogoSimple } from './default/logo-simple.tsx';
6
7
  import { default as AnimationLoading } from './animation/animation-loading';
7
- export { CloseCircleFill, CheckCircleFill, ExclamationCircleFill, InfoCircleFill, MinusCircleFill, AnimationLoading, };
8
+ export { CloseCircleFill, CheckCircleFill, ExclamationCircleFill, InfoCircleFill, MinusCircleFill, AnimationLoading, LogoSimple, };