@zealicsolutions/web-ui 0.3.271 → 0.3.273
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/{organisms/OrganismItem → containers}/OrganismItem.d.ts +3 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/organisms/OrganismItem/helpers.d.ts +1 -1
- package/dist/cjs/organisms/index.d.ts +1 -1
- package/dist/esm/{organisms/OrganismItem → containers}/OrganismItem.d.ts +3 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/organisms/OrganismItem/helpers.d.ts +1 -1
- package/dist/esm/organisms/index.d.ts +1 -1
- package/package.json +2 -3
@@ -1,7 +1,7 @@
|
|
1
1
|
import { Dispatch, SetStateAction } from 'react';
|
2
|
-
import {
|
3
|
-
import {
|
4
|
-
import type { AnyObject } from '
|
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'>;
|