@fewbox/den-web 0.1.12 → 0.1.16

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.
Files changed (140) hide show
  1. package/index-core.d.ts +5 -0
  2. package/index.css +1 -1
  3. package/index.js +1 -1
  4. package/index.js.map +1 -1
  5. package/package.json +4 -5
  6. package/src/components/Auth/FigmaSignin/index.d.ts +1 -1
  7. package/src/components/Auth/GoogleGrant/index.d.ts +1 -1
  8. package/src/components/Auth/GoogleSignin/index.d.ts +1 -1
  9. package/src/components/Auth/WeComSignin/index.d.ts +1 -1
  10. package/src/components/Debug/index.d.ts +1 -1
  11. package/src/components/Engine/Base/index.d.ts +2 -2
  12. package/src/components/Layout/Display/index.d.ts +1 -1
  13. package/src/components/Layout/Dock/index.d.ts +2 -2
  14. package/src/components/Layout/Flex/index.d.ts +1 -1
  15. package/src/components/Layout/FlexItem/index.d.ts +1 -1
  16. package/src/components/Layout/Position/index.d.ts +1 -1
  17. package/src/components/Layout/PositionArea/index.d.ts +1 -1
  18. package/src/components/Layout/Responsive/index.d.ts +3 -3
  19. package/src/components/Layout/SBaseline/index.d.ts +1 -1
  20. package/src/components/Layout/SBottom/index.d.ts +1 -1
  21. package/src/components/Layout/SCenter/index.d.ts +1 -1
  22. package/src/components/Layout/SLeft/index.d.ts +1 -1
  23. package/src/components/Layout/SMiddle/index.d.ts +1 -1
  24. package/src/components/Layout/SRight/index.d.ts +1 -1
  25. package/src/components/Layout/SStretch/index.d.ts +1 -1
  26. package/src/components/Layout/STop/index.d.ts +1 -1
  27. package/src/components/Layout/X/index.d.ts +1 -1
  28. package/src/components/Layout/XAround/index.d.ts +1 -1
  29. package/src/components/Layout/XAutoBoth/index.d.ts +1 -1
  30. package/src/components/Layout/XAutoCenter/index.d.ts +1 -1
  31. package/src/components/Layout/XAutoLeft/index.d.ts +1 -1
  32. package/src/components/Layout/XAutoLefts/index.d.ts +1 -1
  33. package/src/components/Layout/XAutoRight/index.d.ts +1 -1
  34. package/src/components/Layout/XAutoRights/index.d.ts +1 -1
  35. package/src/components/Layout/XBase/index.d.ts +1 -1
  36. package/src/components/Layout/XBetween/index.d.ts +1 -1
  37. package/src/components/Layout/XCenter/index.d.ts +1 -1
  38. package/src/components/Layout/XCustom/index.d.ts +1 -1
  39. package/src/components/Layout/XCustomBoth/index.d.ts +1 -1
  40. package/src/components/Layout/XEvenly/index.d.ts +1 -1
  41. package/src/components/Layout/XLeft/index.d.ts +1 -1
  42. package/src/components/Layout/XRight/index.d.ts +1 -1
  43. package/src/components/Layout/XWrapAround/index.d.ts +1 -1
  44. package/src/components/Layout/XWrapBetween/index.d.ts +1 -1
  45. package/src/components/Layout/XWrapBottom/index.d.ts +1 -1
  46. package/src/components/Layout/XWrapEvenly/index.d.ts +1 -1
  47. package/src/components/Layout/XWrapMiddle/index.d.ts +1 -1
  48. package/src/components/Layout/XWrapTop/index.d.ts +1 -1
  49. package/src/components/Layout/Y/index.d.ts +1 -1
  50. package/src/components/Layout/YAround/index.d.ts +1 -1
  51. package/src/components/Layout/YAutoBoth/index.d.ts +1 -1
  52. package/src/components/Layout/YAutoBottom/index.d.ts +1 -1
  53. package/src/components/Layout/YAutoBottoms/index.d.ts +1 -1
  54. package/src/components/Layout/YAutoCenter/index.d.ts +1 -1
  55. package/src/components/Layout/YAutoTop/index.d.ts +1 -1
  56. package/src/components/Layout/YAutoTops/index.d.ts +1 -1
  57. package/src/components/Layout/YBase/index.d.ts +1 -1
  58. package/src/components/Layout/YBetween/index.d.ts +1 -1
  59. package/src/components/Layout/YBottom/index.d.ts +1 -1
  60. package/src/components/Layout/YCustom/index.d.ts +1 -1
  61. package/src/components/Layout/YCustomBoth/index.d.ts +1 -1
  62. package/src/components/Layout/YEvenly/index.d.ts +1 -1
  63. package/src/components/Layout/YMiddle/index.d.ts +1 -1
  64. package/src/components/Layout/YTop/index.d.ts +1 -1
  65. package/src/components/Layout/YWrapAround/index.d.ts +1 -1
  66. package/src/components/Layout/YWrapBetween/index.d.ts +1 -1
  67. package/src/components/Layout/YWrapCenter/index.d.ts +1 -1
  68. package/src/components/Layout/YWrapEvenly/index.d.ts +1 -1
  69. package/src/components/Layout/YWrapLeft/index.d.ts +1 -1
  70. package/src/components/Layout/YWrapRight/index.d.ts +1 -1
  71. package/src/components/View/VActionForm/index.d.ts +1 -1
  72. package/src/components/View/VAnimation/index.d.ts +1 -1
  73. package/src/components/View/VAudio/index.d.ts +1 -1
  74. package/src/components/View/VAvatar/index.d.ts +3 -3
  75. package/src/components/View/VBackground/index.d.ts +1 -1
  76. package/src/components/View/VBadge/index.d.ts +2 -2
  77. package/src/components/View/VBlock/index.d.ts +5 -5
  78. package/src/components/View/VCard/index.d.ts +3 -3
  79. package/src/components/View/VCardMedia/index.d.ts +5 -5
  80. package/src/components/View/VCardSocial/index.d.ts +9 -9
  81. package/src/components/View/VCardWindow/index.d.ts +1 -1
  82. package/src/components/View/VChromeExtensionValidator/index.d.ts +4 -4
  83. package/src/components/View/VFooter/index.d.ts +1 -1
  84. package/src/components/View/VForm/index.d.ts +1 -1
  85. package/src/components/View/VFrame/index.d.ts +1 -1
  86. package/src/components/View/VGoogleFont/index.d.ts +1 -1
  87. package/src/components/View/VHR/index.d.ts +1 -1
  88. package/src/components/View/VHeader/index.d.ts +1 -1
  89. package/src/components/View/VHyperlink/index.d.ts +1 -1
  90. package/src/components/View/VImage/index.d.ts +1 -1
  91. package/src/components/View/VInput/VBase64File/index.d.ts +2 -2
  92. package/src/components/View/VInput/VCheckBox/index.d.ts +1 -1
  93. package/src/components/View/VInput/VColor/index.d.ts +1 -1
  94. package/src/components/View/VInput/VDate/index.d.ts +1 -1
  95. package/src/components/View/VInput/VDatetimeLocal/index.d.ts +1 -1
  96. package/src/components/View/VInput/VDropdown/index.d.ts +8 -8
  97. package/src/components/View/VInput/VEmail/index.d.ts +1 -1
  98. package/src/components/View/VInput/VFile/index.d.ts +4 -4
  99. package/src/components/View/VInput/VGroup/index.d.ts +2 -2
  100. package/src/components/View/VInput/VMonth/index.d.ts +1 -1
  101. package/src/components/View/VInput/VNumber/index.d.ts +1 -1
  102. package/src/components/View/VInput/VPassword/index.d.ts +1 -1
  103. package/src/components/View/VInput/VRadio/index.d.ts +1 -1
  104. package/src/components/View/VInput/VRange/index.d.ts +1 -1
  105. package/src/components/View/VInput/VSearch/index.d.ts +1 -1
  106. package/src/components/View/VInput/VSubmit/index.d.ts +2 -2
  107. package/src/components/View/VInput/VSubmitWrapper/index.d.ts +2 -2
  108. package/src/components/View/VInput/VTel/index.d.ts +1 -1
  109. package/src/components/View/VInput/VTime/index.d.ts +1 -1
  110. package/src/components/View/VInput/VUrl/index.d.ts +1 -1
  111. package/src/components/View/VInput/VWeek/index.d.ts +1 -1
  112. package/src/components/View/VInput/index.d.ts +3 -3
  113. package/src/components/View/VLabel/index.d.ts +2 -2
  114. package/src/components/View/VLoading/index.d.ts +1 -1
  115. package/src/components/View/VMain/index.d.ts +1 -1
  116. package/src/components/View/VMask/index.d.ts +1 -1
  117. package/src/components/View/VPhoto/index.d.ts +1 -1
  118. package/src/components/View/VSection/index.d.ts +1 -1
  119. package/src/components/View/VSelect/index.d.ts +1 -1
  120. package/src/components/View/VShadow/index.d.ts +1 -1
  121. package/src/components/View/VShape/VEllipse/index.d.ts +1 -1
  122. package/src/components/View/VShape/VLine/index.d.ts +1 -1
  123. package/src/components/View/VShape/VRectangle/index.d.ts +1 -1
  124. package/src/components/View/VStack/index.d.ts +1 -1
  125. package/src/components/View/VSvg/index.d.ts +1 -1
  126. package/src/components/View/VSwitch/index.d.ts +2 -2
  127. package/src/components/View/VTemplate/index.d.ts +1 -1
  128. package/src/components/View/VText/index.d.ts +2 -2
  129. package/src/components/View/VTextArea/index.d.ts +1 -1
  130. package/src/components/View/VTooltip/index.d.ts +2 -2
  131. package/src/components/View/VTree/Block/index.d.ts +4 -4
  132. package/src/components/View/VTree/index.d.ts +4 -4
  133. package/src/components/View/VVideo/index.d.ts +1 -1
  134. package/src/components/View/VZone/index.d.ts +1 -1
  135. package/src/components/core.d.ts +117 -0
  136. package/src/components/web.d.ts +1 -114
  137. package/templates/FEWBOX.md +6 -7
  138. package/src/components/Engine/BaseComponent/index.d.ts +0 -9
  139. package/src/components/View/VButton/index.d.ts +0 -15
  140. package/src/components/View/VLink/App/index.d.ts +0 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fewbox/den-web",
3
- "version": "0.1.12",
3
+ "version": "0.1.16",
4
4
  "main": "index.js",
5
5
  "types": "index-web.d.ts",
6
6
  "repository": "https://github.com/FewBox/fewbox-den.git",
@@ -15,9 +15,8 @@
15
15
  "registry": "https://registry.npmjs.org/"
16
16
  },
17
17
  "peerDependencies": {
18
- "jwt-decode": "^3.1.2",
19
- "react": "^18.3.1",
20
- "react-dom": "^18.3.1",
21
- "react-intl": "^6.8.1"
18
+ "react": "^19.2.0",
19
+ "react-dom": "^19.2.0",
20
+ "jwt-decode": "^4.0.0"
22
21
  }
23
22
  }
@@ -5,5 +5,5 @@ export interface IFigmaSigninProps extends IBaseProps {
5
5
  scope: string;
6
6
  responseType: string;
7
7
  }
8
- declare const FigmaSignin: (props: IFigmaSigninProps) => JSX.Element;
8
+ declare const FigmaSignin: (props: IFigmaSigninProps) => React.JSX.Element;
9
9
  export default FigmaSignin;
@@ -37,5 +37,5 @@ export interface IGoogleGrantProps extends IBaseProps {
37
37
  enableGoogle: () => void;
38
38
  disableGoogle: () => void;
39
39
  }
40
- declare const GoogleGrant: (props: IGoogleGrantProps) => JSX.Element;
40
+ declare const GoogleGrant: (props: IGoogleGrantProps) => React.JSX.Element;
41
41
  export default GoogleGrant;
@@ -14,5 +14,5 @@ export interface IGoogleSigninProps {
14
14
  enableGoogle: () => void;
15
15
  disableGoogle: () => void;
16
16
  }
17
- declare const GoogleSignin: (props: IGoogleSigninProps) => JSX.Element;
17
+ declare const GoogleSignin: (props: IGoogleSigninProps) => React.JSX.Element;
18
18
  export default GoogleSignin;
@@ -4,5 +4,5 @@ export interface IWeComSigninProps extends IBaseProps {
4
4
  agentId: string;
5
5
  redirectUrl: string;
6
6
  }
7
- declare const WeComSignin: (props: IWeComSigninProps) => JSX.Element;
7
+ declare const WeComSignin: (props: IWeComSigninProps) => React.JSX.Element;
8
8
  export default WeComSignin;
@@ -2,5 +2,5 @@ import { IBaseProps } from '../Engine/Base';
2
2
  export interface IDebugProps extends IBaseProps {
3
3
  isDebug: boolean;
4
4
  }
5
- declare const Debug: (props: IDebugProps) => JSX.Element;
5
+ declare const Debug: (props: IDebugProps) => React.JSX.Element;
6
6
  export default Debug;
@@ -42,14 +42,14 @@ export interface IViewProps {
42
42
  readonlyRef?: React.RefObject<any>;
43
43
  customAttibutes?: Object;
44
44
  }
45
- export type IBaseProps<T extends keyof JSX.IntrinsicElements = 'div'> = IViewProps & React.ComponentPropsWithoutRef<T>;
45
+ export type IBaseProps<T extends keyof React.JSX.IntrinsicElements = 'div'> = IViewProps & React.ComponentPropsWithoutRef<T>;
46
46
  export interface IBaseStates {
47
47
  }
48
48
  export interface IBaseReturn {
49
49
  getClassName: (vClassName: string) => string;
50
50
  getStyle: () => object;
51
51
  getChildren: () => React.ReactNode;
52
- getProps: <T extends keyof JSX.IntrinsicElements = 'div'>(tag: T) => object;
52
+ getProps: <T extends keyof React.JSX.IntrinsicElements = 'div'>(tag: T) => object;
53
53
  }
54
54
  declare const Base: (restProps: IBaseProps<any>) => IBaseReturn;
55
55
  export default Base;
@@ -14,5 +14,5 @@ export interface IDisplayProps extends IBaseProps {
14
14
  type?: DisplayType;
15
15
  breakpoint?: BreakpointType | BreakpointType[];
16
16
  }
17
- declare const Display: (props: IDisplayProps) => JSX.Element;
17
+ declare const Display: (props: IDisplayProps) => React.JSX.Element;
18
18
  export default Display;
@@ -21,10 +21,10 @@ export interface IDockProps extends IBaseProps {
21
21
  category: DockCategory;
22
22
  offset?: number;
23
23
  overlayZIndex?: number;
24
- renderOverlay: () => JSX.Element;
24
+ renderOverlay: () => React.JSX.Element;
25
25
  }
26
26
  export interface IDockStates extends IBaseStates {
27
27
  style: React.CSSProperties;
28
28
  }
29
- declare const Dock: (props: IDockProps) => JSX.Element;
29
+ declare const Dock: (props: IDockProps) => React.JSX.Element;
30
30
  export default Dock;
@@ -41,5 +41,5 @@ export interface IFlexProps extends IBaseProps<'div'> {
41
41
  alignContent?: FlexAlignContentType;
42
42
  gap?: string;
43
43
  }
44
- declare const Flex: (props: IFlexProps) => JSX.Element;
44
+ declare const Flex: (props: IFlexProps) => React.JSX.Element;
45
45
  export default Flex;
@@ -14,5 +14,5 @@ export interface IFlexItemProps extends IBaseProps<any> {
14
14
  grow?: Property.FlexGrow;
15
15
  shrink?: Property.FlexShrink;
16
16
  }
17
- declare const FlexItem: (props: IFlexItemProps) => JSX.Element;
17
+ declare const FlexItem: (props: IFlexItemProps) => React.JSX.Element;
18
18
  export default FlexItem;
@@ -28,5 +28,5 @@ export interface IPositionProps extends IBaseProps {
28
28
  isFullWidth?: boolean;
29
29
  style?: React.CSSProperties;
30
30
  }
31
- declare const Position: (props: IPositionProps) => JSX.Element;
31
+ declare const Position: (props: IPositionProps) => React.JSX.Element;
32
32
  export default Position;
@@ -6,5 +6,5 @@ export declare enum PositionAreaCategory {
6
6
  export interface IPositionAreaProps extends IBaseProps {
7
7
  category?: PositionAreaCategory;
8
8
  }
9
- declare const PositionArea: (props: IPositionAreaProps) => JSX.Element;
9
+ declare const PositionArea: (props: IPositionAreaProps) => React.JSX.Element;
10
10
  export default PositionArea;
@@ -1,8 +1,8 @@
1
1
  import { BreakpointType } from '..';
2
2
  export interface IResponsiveProps {
3
3
  breakpointType?: BreakpointType;
4
- desktop: JSX.Element;
5
- mobile: JSX.Element;
4
+ desktop: React.JSX.Element;
5
+ mobile: React.JSX.Element;
6
6
  }
7
- declare const Responsive: (props: IResponsiveProps) => JSX.Element;
7
+ declare const Responsive: (props: IResponsiveProps) => React.JSX.Element;
8
8
  export default Responsive;
@@ -1,5 +1,5 @@
1
1
  import { IBaseProps } from '../../Engine/Base';
2
2
  export interface ISBaselineProps extends IBaseProps {
3
3
  }
4
- declare const SBaseline: (props: ISBaselineProps) => JSX.Element;
4
+ declare const SBaseline: (props: ISBaselineProps) => React.JSX.Element;
5
5
  export default SBaseline;
@@ -2,5 +2,5 @@ import { IBaseProps } from '../../Engine/Base';
2
2
  import { ISCenterProps } from '../SCenter';
3
3
  export interface ISBottomProps extends IBaseProps {
4
4
  }
5
- declare const SBottom: (props: ISCenterProps) => JSX.Element;
5
+ declare const SBottom: (props: ISCenterProps) => React.JSX.Element;
6
6
  export default SBottom;
@@ -1,5 +1,5 @@
1
1
  import { IBaseProps } from '../../Engine/Base';
2
2
  export interface ISCenterProps extends IBaseProps {
3
3
  }
4
- declare const SCenter: (props: ISCenterProps) => JSX.Element;
4
+ declare const SCenter: (props: ISCenterProps) => React.JSX.Element;
5
5
  export default SCenter;
@@ -1,5 +1,5 @@
1
1
  import { IBaseProps } from '../../Engine/Base';
2
2
  export interface ISLeftProps extends IBaseProps {
3
3
  }
4
- declare const SLeft: (props: ISLeftProps) => JSX.Element;
4
+ declare const SLeft: (props: ISLeftProps) => React.JSX.Element;
5
5
  export default SLeft;
@@ -1,5 +1,5 @@
1
1
  import { IBaseProps } from '../../Engine/Base';
2
2
  export interface ISMiddleProps extends IBaseProps {
3
3
  }
4
- declare const SMiddle: (props: ISMiddleProps) => JSX.Element;
4
+ declare const SMiddle: (props: ISMiddleProps) => React.JSX.Element;
5
5
  export default SMiddle;
@@ -1,5 +1,5 @@
1
1
  import { IBaseProps } from '../../Engine/Base';
2
2
  export interface ISRightProps extends IBaseProps {
3
3
  }
4
- declare const SRight: (props: ISRightProps) => JSX.Element;
4
+ declare const SRight: (props: ISRightProps) => React.JSX.Element;
5
5
  export default SRight;
@@ -1,5 +1,5 @@
1
1
  import { IBaseProps } from '../../Engine/Base';
2
2
  export interface ISStretchProps extends IBaseProps {
3
3
  }
4
- declare const SStretch: (props: ISStretchProps) => JSX.Element;
4
+ declare const SStretch: (props: ISStretchProps) => React.JSX.Element;
5
5
  export default SStretch;
@@ -1,5 +1,5 @@
1
1
  import { IBaseProps } from '../../Engine/Base';
2
2
  export interface ISTopProps extends IBaseProps {
3
3
  }
4
- declare const STop: (props: ISTopProps) => JSX.Element;
4
+ declare const STop: (props: ISTopProps) => React.JSX.Element;
5
5
  export default STop;
@@ -1,5 +1,5 @@
1
1
  import { IXBaseProps } from '../XBase';
2
2
  export interface IXProps extends IXBaseProps {
3
3
  }
4
- declare const X: (props: IXProps) => JSX.Element;
4
+ declare const X: (props: IXProps) => React.JSX.Element;
5
5
  export default X;
@@ -1,5 +1,5 @@
1
1
  import { IXBaseProps } from '../XBase';
2
2
  export interface IXAroundProps extends IXBaseProps {
3
3
  }
4
- declare const XAround: (props: IXAroundProps) => JSX.Element;
4
+ declare const XAround: (props: IXAroundProps) => React.JSX.Element;
5
5
  export default XAround;
@@ -1,5 +1,5 @@
1
1
  import { IXBaseProps } from '../XBase';
2
2
  export interface IXAutoBothProps extends IXBaseProps {
3
3
  }
4
- declare const XAutoBoth: (props: IXAutoBothProps) => JSX.Element;
4
+ declare const XAutoBoth: (props: IXAutoBothProps) => React.JSX.Element;
5
5
  export default XAutoBoth;
@@ -1,5 +1,5 @@
1
1
  import { IXBaseProps } from '../XBase';
2
2
  export interface IXAutoCenterProps extends IXBaseProps {
3
3
  }
4
- declare const XAutoCenter: (props: IXAutoCenterProps) => JSX.Element;
4
+ declare const XAutoCenter: (props: IXAutoCenterProps) => React.JSX.Element;
5
5
  export default XAutoCenter;
@@ -1,5 +1,5 @@
1
1
  import { IXBaseProps } from '../XBase';
2
2
  export interface IXAutoLeftProps extends IXBaseProps {
3
3
  }
4
- declare const XAutoLeft: (props: IXAutoLeftProps) => JSX.Element;
4
+ declare const XAutoLeft: (props: IXAutoLeftProps) => React.JSX.Element;
5
5
  export default XAutoLeft;
@@ -1,5 +1,5 @@
1
1
  import { IXBaseProps } from '../XBase';
2
2
  export interface IXAutoLeftsProps extends IXBaseProps {
3
3
  }
4
- declare const XAutoLefts: (props: IXAutoLeftsProps) => JSX.Element;
4
+ declare const XAutoLefts: (props: IXAutoLeftsProps) => React.JSX.Element;
5
5
  export default XAutoLefts;
@@ -1,5 +1,5 @@
1
1
  import { IXBaseProps } from '../XBase';
2
2
  export interface IXAutoRightProps extends IXBaseProps {
3
3
  }
4
- declare const XAutoRight: (props: IXAutoRightProps) => JSX.Element;
4
+ declare const XAutoRight: (props: IXAutoRightProps) => React.JSX.Element;
5
5
  export default XAutoRight;
@@ -1,5 +1,5 @@
1
1
  import { IXBaseProps } from '../XBase';
2
2
  export interface IXAutoRightsProps extends IXBaseProps {
3
3
  }
4
- declare const XAutoRights: (props: IXAutoRightsProps) => JSX.Element;
4
+ declare const XAutoRights: (props: IXAutoRightsProps) => React.JSX.Element;
5
5
  export default XAutoRights;
@@ -12,5 +12,5 @@ export interface IXBaseProps extends IBaseProps {
12
12
  gap?: string;
13
13
  cross?: XCrossType;
14
14
  }
15
- declare const XBase: (props: IXBaseProps, overwriteRenderChildren?: (child: any, childIndex: number, alignSelf?: FlexItemAlignSelfType) => JSX.Element, overwriteGetWrap?: () => FlexWrapType, overwriteGetJustifyContent?: () => FlexJustifyContentType, overwriteGetAlignContent?: () => FlexAlignContentType) => JSX.Element;
15
+ declare const XBase: (props: IXBaseProps, overwriteRenderChildren?: (child: any, childIndex: number, alignSelf?: FlexItemAlignSelfType) => React.JSX.Element, overwriteGetWrap?: () => FlexWrapType, overwriteGetJustifyContent?: () => FlexJustifyContentType, overwriteGetAlignContent?: () => FlexAlignContentType) => React.JSX.Element;
16
16
  export default XBase;
@@ -1,5 +1,5 @@
1
1
  import { IXBaseProps } from '../XBase';
2
2
  export interface IXBetweenProps extends IXBaseProps {
3
3
  }
4
- declare const XBetween: (props: IXBetweenProps) => JSX.Element;
4
+ declare const XBetween: (props: IXBetweenProps) => React.JSX.Element;
5
5
  export default XBetween;
@@ -1,5 +1,5 @@
1
1
  import { IXBaseProps } from '../XBase';
2
2
  export interface IXCenterProps extends IXBaseProps {
3
3
  }
4
- declare const XCenter: (props: IXCenterProps) => JSX.Element;
4
+ declare const XCenter: (props: IXCenterProps) => React.JSX.Element;
5
5
  export default XCenter;
@@ -3,5 +3,5 @@ import { IXBaseProps } from '../XBase';
3
3
  export interface IXCustomProps extends IXBaseProps {
4
4
  basises?: Property.FlexBasis[];
5
5
  }
6
- declare const XCustom: (props: IXCustomProps) => JSX.Element;
6
+ declare const XCustom: (props: IXCustomProps) => React.JSX.Element;
7
7
  export default XCustom;
@@ -3,5 +3,5 @@ import { IXBaseProps } from '../XBase';
3
3
  export interface IXCustomBothProps extends IXBaseProps {
4
4
  basis?: Property.FlexBasis;
5
5
  }
6
- declare const XCustomBoth: (props: IXCustomBothProps) => JSX.Element;
6
+ declare const XCustomBoth: (props: IXCustomBothProps) => React.JSX.Element;
7
7
  export default XCustomBoth;
@@ -1,5 +1,5 @@
1
1
  import { IXBaseProps } from '../XBase';
2
2
  export interface IXEvenlyProps extends IXBaseProps {
3
3
  }
4
- declare const XEvenly: (props: IXEvenlyProps) => JSX.Element;
4
+ declare const XEvenly: (props: IXEvenlyProps) => React.JSX.Element;
5
5
  export default XEvenly;
@@ -1,5 +1,5 @@
1
1
  import { IXBaseProps } from '../XBase';
2
2
  export interface IXLeftProps extends IXBaseProps {
3
3
  }
4
- declare const XLeft: (props: IXLeftProps) => JSX.Element;
4
+ declare const XLeft: (props: IXLeftProps) => React.JSX.Element;
5
5
  export default XLeft;
@@ -1,5 +1,5 @@
1
1
  import { IXBaseProps } from '../XBase';
2
2
  export interface IXRightProps extends IXBaseProps {
3
3
  }
4
- declare const XRight: (props: IXRightProps) => JSX.Element;
4
+ declare const XRight: (props: IXRightProps) => React.JSX.Element;
5
5
  export default XRight;
@@ -1,5 +1,5 @@
1
1
  import { IXBaseProps } from '../XBase';
2
2
  export interface IXWrapAroundProps extends IXBaseProps {
3
3
  }
4
- declare const XWrapAround: (props: IXWrapAroundProps) => JSX.Element;
4
+ declare const XWrapAround: (props: IXWrapAroundProps) => React.JSX.Element;
5
5
  export default XWrapAround;
@@ -1,5 +1,5 @@
1
1
  import { IXBaseProps } from '../XBase';
2
2
  export interface IXWrapBetweenProps extends IXBaseProps {
3
3
  }
4
- declare const XWrapBetween: (props: IXWrapBetweenProps) => JSX.Element;
4
+ declare const XWrapBetween: (props: IXWrapBetweenProps) => React.JSX.Element;
5
5
  export default XWrapBetween;
@@ -1,5 +1,5 @@
1
1
  import { IXBaseProps } from '../XBase';
2
2
  export interface IXWrapBottomProps extends IXBaseProps {
3
3
  }
4
- declare const XWrapBottom: (props: IXWrapBottomProps) => JSX.Element;
4
+ declare const XWrapBottom: (props: IXWrapBottomProps) => React.JSX.Element;
5
5
  export default XWrapBottom;
@@ -1,5 +1,5 @@
1
1
  import { IXBaseProps } from '../XBase';
2
2
  export interface IXWrapEvenlyProps extends IXBaseProps {
3
3
  }
4
- declare const XWrapEvenly: (props: IXWrapEvenlyProps) => JSX.Element;
4
+ declare const XWrapEvenly: (props: IXWrapEvenlyProps) => React.JSX.Element;
5
5
  export default XWrapEvenly;
@@ -1,5 +1,5 @@
1
1
  import { IXBaseProps } from '../XBase';
2
2
  export interface IXWrapMiddleProps extends IXBaseProps {
3
3
  }
4
- declare const XWrapMiddle: (props: IXWrapMiddleProps) => JSX.Element;
4
+ declare const XWrapMiddle: (props: IXWrapMiddleProps) => React.JSX.Element;
5
5
  export default XWrapMiddle;
@@ -1,5 +1,5 @@
1
1
  import { IXBaseProps } from '../XBase';
2
2
  export interface IXWrapTopProps extends IXBaseProps {
3
3
  }
4
- declare const XWrapTop: (props: IXWrapTopProps) => JSX.Element;
4
+ declare const XWrapTop: (props: IXWrapTopProps) => React.JSX.Element;
5
5
  export default XWrapTop;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYProps extends IYBaseProps {
3
3
  }
4
- declare const Y: (props: IYProps) => JSX.Element;
4
+ declare const Y: (props: IYProps) => React.JSX.Element;
5
5
  export default Y;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYAroundProps extends IYBaseProps {
3
3
  }
4
- declare const YAround: (props: IYAroundProps) => JSX.Element;
4
+ declare const YAround: (props: IYAroundProps) => React.JSX.Element;
5
5
  export default YAround;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYAutoBothProps extends IYBaseProps {
3
3
  }
4
- declare const YAutoBoth: (props: IYAutoBothProps) => JSX.Element;
4
+ declare const YAutoBoth: (props: IYAutoBothProps) => React.JSX.Element;
5
5
  export default YAutoBoth;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYAutoBottomProps extends IYBaseProps {
3
3
  }
4
- declare const YAutoBottom: (props: IYAutoBottomProps) => JSX.Element;
4
+ declare const YAutoBottom: (props: IYAutoBottomProps) => React.JSX.Element;
5
5
  export default YAutoBottom;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYAutoBottomsProps extends IYBaseProps {
3
3
  }
4
- declare const YAutoBottoms: (props: IYAutoBottomsProps) => JSX.Element;
4
+ declare const YAutoBottoms: (props: IYAutoBottomsProps) => React.JSX.Element;
5
5
  export default YAutoBottoms;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYAutoCenterProps extends IYBaseProps {
3
3
  }
4
- declare const YAutoCenter: (props: IYAutoCenterProps) => JSX.Element;
4
+ declare const YAutoCenter: (props: IYAutoCenterProps) => import("react").JSX.Element;
5
5
  export default YAutoCenter;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYAutoTopProps extends IYBaseProps {
3
3
  }
4
- declare const YAutoTop: (props: IYAutoTopProps) => JSX.Element;
4
+ declare const YAutoTop: (props: IYAutoTopProps) => React.JSX.Element;
5
5
  export default YAutoTop;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYAutoLeftsProps extends IYBaseProps {
3
3
  }
4
- declare const YAutoTops: (props: IYAutoLeftsProps) => JSX.Element;
4
+ declare const YAutoTops: (props: IYAutoLeftsProps) => React.JSX.Element;
5
5
  export default YAutoTops;
@@ -12,5 +12,5 @@ export interface IYBaseProps extends IBaseProps {
12
12
  gap?: string;
13
13
  cross?: YCrossType;
14
14
  }
15
- declare const YBase: (props: IYBaseProps, overwriteRenderChildren?: (child: any, childIndex: number, alignSelf?: FlexItemAlignSelfType) => JSX.Element, overwriteGetWrap?: () => FlexWrapType, overwriteGetAlignContent?: () => FlexAlignContentType, overwriteGetJustifyContent?: () => FlexJustifyContentType) => JSX.Element;
15
+ declare const YBase: (props: IYBaseProps, overwriteRenderChildren?: (child: any, childIndex: number, alignSelf?: FlexItemAlignSelfType) => React.JSX.Element, overwriteGetWrap?: () => FlexWrapType, overwriteGetAlignContent?: () => FlexAlignContentType, overwriteGetJustifyContent?: () => FlexJustifyContentType) => React.JSX.Element;
16
16
  export default YBase;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYBetweenProps extends IYBaseProps {
3
3
  }
4
- declare const YBetween: (props: IYBetweenProps) => JSX.Element;
4
+ declare const YBetween: (props: IYBetweenProps) => React.JSX.Element;
5
5
  export default YBetween;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYBottomProps extends IYBaseProps {
3
3
  }
4
- declare const YBottom: (props: IYBottomProps) => JSX.Element;
4
+ declare const YBottom: (props: IYBottomProps) => React.JSX.Element;
5
5
  export default YBottom;
@@ -3,5 +3,5 @@ import { IYBaseProps } from '../YBase';
3
3
  export interface IYCustomProps extends IYBaseProps {
4
4
  basises?: Property.FlexBasis[];
5
5
  }
6
- declare const YCustom: (props: IYCustomProps) => JSX.Element;
6
+ declare const YCustom: (props: IYCustomProps) => React.JSX.Element;
7
7
  export default YCustom;
@@ -3,5 +3,5 @@ import { IYBaseProps } from '../YBase';
3
3
  export interface IYCustomBothProps extends IYBaseProps {
4
4
  basis?: Property.FlexBasis;
5
5
  }
6
- declare const YCustomBoth: (props: IYCustomBothProps) => JSX.Element;
6
+ declare const YCustomBoth: (props: IYCustomBothProps) => React.JSX.Element;
7
7
  export default YCustomBoth;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYEvenlyProps extends IYBaseProps {
3
3
  }
4
- declare const YEvenly: (props: IYEvenlyProps) => JSX.Element;
4
+ declare const YEvenly: (props: IYEvenlyProps) => React.JSX.Element;
5
5
  export default YEvenly;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYMiddleProps extends IYBaseProps {
3
3
  }
4
- declare const YMiddle: (props: IYMiddleProps) => JSX.Element;
4
+ declare const YMiddle: (props: IYMiddleProps) => React.JSX.Element;
5
5
  export default YMiddle;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYTopProps extends IYBaseProps {
3
3
  }
4
- declare const YTop: (props: IYTopProps) => JSX.Element;
4
+ declare const YTop: (props: IYTopProps) => React.JSX.Element;
5
5
  export default YTop;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYWrapAroundProps extends IYBaseProps {
3
3
  }
4
- declare const YWrapAround: (props: IYWrapAroundProps) => JSX.Element;
4
+ declare const YWrapAround: (props: IYWrapAroundProps) => React.JSX.Element;
5
5
  export default YWrapAround;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYWrapBetweenProps extends IYBaseProps {
3
3
  }
4
- declare const YWrapBetween: (props: IYWrapBetweenProps) => JSX.Element;
4
+ declare const YWrapBetween: (props: IYWrapBetweenProps) => React.JSX.Element;
5
5
  export default YWrapBetween;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYWrapCenterProps extends IYBaseProps {
3
3
  }
4
- declare const YWrapCenter: (props: IYWrapCenterProps) => JSX.Element;
4
+ declare const YWrapCenter: (props: IYWrapCenterProps) => React.JSX.Element;
5
5
  export default YWrapCenter;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYWrapEvenlyProps extends IYBaseProps {
3
3
  }
4
- declare const YWrapEvenly: (props: IYWrapEvenlyProps) => JSX.Element;
4
+ declare const YWrapEvenly: (props: IYWrapEvenlyProps) => React.JSX.Element;
5
5
  export default YWrapEvenly;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYWrapLeftProps extends IYBaseProps {
3
3
  }
4
- declare const YWrapLeft: (props: IYWrapLeftProps) => JSX.Element;
4
+ declare const YWrapLeft: (props: IYWrapLeftProps) => React.JSX.Element;
5
5
  export default YWrapLeft;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYWrapRightProps extends IYBaseProps {
3
3
  }
4
- declare const YWrapRight: (props: IYWrapRightProps) => JSX.Element;
4
+ declare const YWrapRight: (props: IYWrapRightProps) => React.JSX.Element;
5
5
  export default YWrapRight;
@@ -3,5 +3,5 @@ export interface IVActionFormProps extends IBaseProps<'form'> {
3
3
  }
4
4
  export interface IVActionFormStates {
5
5
  }
6
- declare const VActionForm: (props: IVActionFormProps) => JSX.Element;
6
+ declare const VActionForm: (props: IVActionFormProps) => React.JSX.Element;
7
7
  export default VActionForm;
@@ -123,5 +123,5 @@ export interface IVAnimationProps extends IBaseProps {
123
123
  speed?: AnimationSpeed;
124
124
  delay?: AnimationDelay;
125
125
  }
126
- declare const VAnimation: (props: IVAnimationProps) => JSX.Element;
126
+ declare const VAnimation: (props: IVAnimationProps) => React.JSX.Element;
127
127
  export default VAnimation;
@@ -6,5 +6,5 @@ export interface SourceItem {
6
6
  export interface IVAudioProps extends IBaseProps<'audio'> {
7
7
  sources: SourceItem[];
8
8
  }
9
- declare const VAudio: (props: IVAudioProps) => JSX.Element;
9
+ declare const VAudio: (props: IVAudioProps) => React.JSX.Element;
10
10
  export default VAudio;