@rango-dev/ui 0.1.10-next.82 → 0.1.10-next.83

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 (42) hide show
  1. package/dist/components/BlockchainSelector/BlockchainSelector.d.ts +1 -0
  2. package/dist/components/BlockchainSelector/BlockchainSelector.stories.d.ts +1 -0
  3. package/dist/components/BlockchainsList/BlockchainsList.d.ts +1 -0
  4. package/dist/components/BlockchainsList/BlockchainsList.stories.d.ts +1 -0
  5. package/dist/components/Chip/Chip.stories.d.ts +1 -0
  6. package/dist/components/ColorPicker/ColorPicker.stories.d.ts +1 -0
  7. package/dist/components/ConnectWalletsModal/ConnectWallets.stories.d.ts +1 -0
  8. package/dist/components/ConnectWalletsModal/ConnectWalletsModal.d.ts +1 -0
  9. package/dist/components/Drawer/Drawer.stories.d.ts +1 -0
  10. package/dist/components/Icon/Icons.stories.d.ts +1 -0
  11. package/dist/components/LiquiditySourceList/LiquiditySource.stories.d.ts +1 -0
  12. package/dist/components/LiquiditySourceList/LiquiditySourceList.d.ts +1 -0
  13. package/dist/components/LiquiditySourcesSelector/LiquiditySourcesSelector.d.ts +1 -0
  14. package/dist/components/LiquiditySourcesSelector/LiquiditySourcesSelector.stories.d.ts +1 -0
  15. package/dist/components/Modal/Modal.stories.d.ts +1 -0
  16. package/dist/components/Radio/Radio.d.ts +1 -0
  17. package/dist/components/Radio/Radio.stories.d.ts +1 -0
  18. package/dist/components/Settings/Settings.d.ts +1 -0
  19. package/dist/components/Settings/Settings.stories.d.ts +1 -0
  20. package/dist/components/Skeleton/Skeleton.d.ts +1 -0
  21. package/dist/components/Skeleton/Skeleton.stories.d.ts +1 -0
  22. package/dist/components/Spacer/Spacer.d.ts +1 -0
  23. package/dist/components/Spacer/Spacer.stories.d.ts +1 -0
  24. package/dist/components/Spinner/Spinner.d.ts +1 -0
  25. package/dist/components/Spinner/Spinner.stories.d.ts +1 -0
  26. package/dist/components/StatusDrawer/StatusDrawer.stories.d.ts +1 -0
  27. package/dist/components/Switch/Switch.d.ts +1 -0
  28. package/dist/components/Switch/Switch.stories.d.ts +1 -0
  29. package/dist/components/TextField/TextField.stories.d.ts +1 -1
  30. package/dist/components/TokenList/TokenList.d.ts +1 -0
  31. package/dist/components/TokenList/TokenList.stories.d.ts +1 -0
  32. package/dist/components/TokenSelector/TokenSelector.d.ts +1 -0
  33. package/dist/components/TokenSelector/TokenSelector.stories.d.ts +1 -0
  34. package/dist/components/Wallet/State.d.ts +1 -0
  35. package/dist/components/Wallet/Wallet.d.ts +1 -0
  36. package/dist/components/Wallet/Wallet.stories.d.ts +1 -0
  37. package/dist/containers/SwapHistory/SwapHistory.d.ts +1 -0
  38. package/dist/containers/SwapHistory/SwapHistory.stories.d.ts +1 -0
  39. package/dist/ui.cjs.development.js.map +1 -1
  40. package/dist/ui.cjs.production.min.js.map +1 -1
  41. package/dist/ui.esm.js.map +1 -1
  42. package/package.json +3 -3
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { BlockchainMeta } from 'rango-sdk';
2
3
  import { CSSProperties } from '@stitches/react';
3
4
  export declare type LoadingStatus = 'loading' | 'success' | 'failed';
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PropTypes } from './BlockchainSelector';
2
3
  declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, PropTypes>;
3
4
  export default _default;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { BlockchainMeta } from 'rango-sdk';
2
3
  export interface PropTypes {
3
4
  list: BlockchainMeta[];
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PropTypes } from './BlockchainsList';
2
3
  declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, PropTypes>;
3
4
  export default _default;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PropTypes } from './Chip';
2
3
  declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, PropTypes>;
3
4
  export default _default;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PropTypes } from './ColorPicker';
2
3
  declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, PropTypes>;
3
4
  export default _default;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PropTypes } from './ConnectWalletsModal';
2
3
  declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, PropTypes>;
3
4
  export default _default;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { WalletInfo } from '../../types/wallet';
2
3
  import { WalletType } from '@rango-dev/wallets-shared';
3
4
  export interface PropTypes {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PropTypes } from './Drawer';
2
3
  declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, PropTypes>;
3
4
  export default _default;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IconProps } from './types';
2
3
  declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, IconProps>;
3
4
  export default _default;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PropTypes } from './LiquiditySourceList';
2
3
  declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, PropTypes>;
3
4
  export default _default;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { CSSProperties } from '@stitches/react';
2
3
  import { LiquiditySource } from '../../types/meta';
3
4
  export interface PropTypes {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { CSSProperties } from '@stitches/react';
2
3
  import { LiquiditySource } from '../../types/meta';
3
4
  export interface PropTypes {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PropTypes } from './LiquiditySourcesSelector';
2
3
  declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, PropTypes>;
3
4
  export default _default;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PropTypes } from './Modal';
2
3
  declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, PropTypes>;
3
4
  export default _default;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { CSSProperties } from '@stitches/react';
2
3
  export interface PropTypes {
3
4
  options: {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PropTypes } from './Radio';
2
3
  declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, PropTypes>;
3
4
  export default _default;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { LiquiditySource } from '../../types/meta';
2
3
  declare type Theme = 'dark' | 'light' | 'auto';
3
4
  export interface PropTypes {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PropTypes } from './Settings';
2
3
  declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, PropTypes>;
3
4
  export default _default;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export interface PropTypes {
2
3
  width?: 20 | 24 | 36 | 48;
3
4
  height?: 20 | 24 | 36 | 48 | 94;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PropTypes } from './Skeleton';
2
3
  declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, PropTypes>;
3
4
  export default _default;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export interface PropTypes {
2
3
  size?: 12 | 16 | 18 | 20 | 24;
3
4
  direction?: 'vertical' | 'horizontal';
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PropTypes } from './Spacer';
2
3
  declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, PropTypes>;
3
4
  export default _default;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export interface PropTypes {
2
3
  size?: 16 | 20 | 24;
3
4
  color?: 'primary' | 'error' | 'warning' | 'success' | 'black' | 'white';
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PropTypes } from './Spinner';
2
3
  declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, PropTypes>;
3
4
  export default _default;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PropTypes } from './StatusDrawer';
2
3
  declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, PropTypes>;
3
4
  export default _default;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export interface PropTypes {
2
3
  checked: boolean;
3
4
  onChange?: (checked: boolean) => void;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PropTypes } from './Switch';
2
3
  declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, PropTypes>;
3
4
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { PropTypes } from './TextField';
3
- declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, Pick<React.PropsWithChildren<PropTypes>, "color" | "height" | "translate" | "width" | "list" | "onChange" | "form" | "label" | "slot" | "style" | "title" | "pattern" | "hidden" | "size" | "type" | "children" | "onClick" | "prefix" | "suffix" | "disabled" | "id" | "defaultChecked" | "checked" | "name" | "className" | "lang" | "max" | "min" | "role" | "tabIndex" | "crossOrigin" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "step" | "defaultValue" | "accept" | "alt" | "autoComplete" | "autoFocus" | "capture" | "enterKeyHint" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "maxLength" | "minLength" | "multiple" | "placeholder" | "readOnly" | "required" | "src" | "value" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "nonce" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is"> & React.RefAttributes<HTMLInputElement>>;
3
+ declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, Pick<React.PropsWithChildren<PropTypes>, "form" | "label" | "slot" | "style" | "title" | "pattern" | "type" | "children" | "list" | "onChange" | "onClick" | "size" | "prefix" | "suffix" | "disabled" | "id" | "defaultChecked" | "checked" | "name" | "color" | "height" | "translate" | "width" | "className" | "lang" | "max" | "min" | "role" | "tabIndex" | "crossOrigin" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "step" | "defaultValue" | "accept" | "alt" | "autoComplete" | "autoFocus" | "capture" | "enterKeyHint" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "maxLength" | "minLength" | "multiple" | "placeholder" | "readOnly" | "required" | "src" | "value" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "nonce" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is"> & React.RefAttributes<HTMLInputElement>>;
4
4
  export default _default;
5
5
  export declare const Main: (args: PropTypes) => JSX.Element;
6
6
  export declare const WithPrefix: (args: PropTypes) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { Token } from 'rango-sdk';
2
3
  export interface TokenWithAmount extends Token {
3
4
  balance?: {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PropTypes } from './TokenList';
2
3
  declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, PropTypes>;
3
4
  export default _default;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { TokenWithAmount } from '../TokenList/TokenList';
2
3
  export interface PropTypes {
3
4
  list: TokenWithAmount[];
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PropTypes } from './TokenSelector';
2
3
  declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, PropTypes>;
3
4
  export default _default;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { WalletState } from '../../types/wallet';
2
3
  import { InstallObjects } from '@rango-dev/wallets-shared';
3
4
  export declare const State: ({ walletState, installLink, }: {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { WalletType } from '@rango-dev/wallets-shared';
2
3
  import { WalletInfo } from '../../types/wallet';
3
4
  export declare type PropTypes = WalletInfo & {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PropTypes } from './Wallet';
2
3
  declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, PropTypes>;
3
4
  export default _default;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PendingSwap } from '../History/types';
2
3
  export declare const Line: any;
3
4
  export interface PropTypes {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PropTypes } from './SwapHistory';
2
3
  declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, PropTypes>;
3
4
  export default _default;