@ssa-ui-kit/widgets 0.0.29-alpha → 0.0.30-alpha

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.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { MapIconsType, SVGProps } from '@ssa-ui-kit/core';
3
2
  export declare const TriggerIcon: ({ iconName, iconSize, className, CustomIcon, }: {
4
3
  iconName: keyof MapIconsType;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { To } from 'react-router-dom';
3
2
  import { AccountBalanceProps } from '../AccountBalance';
4
3
  export interface ExchangeAccountProps {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export interface ExchangeAccountKeysProps {
3
2
  title: string | JSX.Element;
4
3
  apiKey: string;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ export declare const WithPagination: <T extends object>(Component: import("react").ComponentType<T>) => {
3
+ (props: T): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
4
+ displayName: string;
5
+ };
@@ -1,3 +1,4 @@
1
1
  export { default as Pagination } from './Pagination';
2
2
  export * from './types';
3
3
  export * from './PaginationContext';
4
+ export * from './WithPagination';
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export interface UserProfileProps {
3
2
  name: string;
4
3
  email: string;