@delightui/components 0.1.35 → 0.1.37
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.
- package/dist/cjs/components/molecules/TabContent/TabContent.d.ts +1 -1
- package/dist/cjs/library.css +7 -6
- package/dist/cjs/library.js +3 -3
- package/dist/cjs/library.js.map +1 -1
- package/dist/esm/components/molecules/TabContent/TabContent.d.ts +1 -1
- package/dist/esm/library.css +7 -6
- package/dist/esm/library.js +3 -3
- package/dist/esm/library.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1280,7 +1280,7 @@ interface TabContentProps {
|
|
|
1280
1280
|
className?: string;
|
|
1281
1281
|
}
|
|
1282
1282
|
|
|
1283
|
-
declare const TabContent: (props: TabContentProps) => React__default.JSX.Element
|
|
1283
|
+
declare const TabContent: (props: TabContentProps) => React__default.JSX.Element;
|
|
1284
1284
|
|
|
1285
1285
|
type TabItemStyleEnum = 'Filled' | 'Underlined';
|
|
1286
1286
|
type TabItemProps = Omit<ButtonProps, 'actionType' | 'appearance' | 'size' | 'style' | 'type'> & {
|