@zealicsolutions/web-ui 0.3.272 → 0.3.273

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  import { Dispatch, SetStateAction } from 'react';
2
- import { ContainerComponentProps, Molecule } from '../../containers';
3
- import { TabGroupProps } from '../../molecules';
4
- import type { AnyObject } from '../../typescript';
2
+ import { TabGroupProps } from 'molecules';
3
+ import { ContainerComponentProps, Molecule } from './index';
4
+ import type { AnyObject } from '../typescript';
5
5
  export declare type OrganismItemProps = {
6
6
  item: ContainerComponentProps | Molecule;
7
7
  tabsProps?: Pick<TabGroupProps, 'tabs' | 'activeTabKey' | 'onTabChange'>;