mayak-common-library 0.1.37 → 0.1.39
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/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +4 -4
- package/dist/index.mjs +4 -4
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1321,6 +1321,7 @@ interface TermListProps {
|
|
|
1321
1321
|
collapseParent?: any;
|
|
1322
1322
|
onChange?: (value?: string, tag?: string) => void;
|
|
1323
1323
|
keyActive?: boolean;
|
|
1324
|
+
classNameList?: string;
|
|
1324
1325
|
}
|
|
1325
1326
|
declare const TermList: (props: TermListProps) => react_jsx_runtime.JSX.Element;
|
|
1326
1327
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1321,6 +1321,7 @@ interface TermListProps {
|
|
|
1321
1321
|
collapseParent?: any;
|
|
1322
1322
|
onChange?: (value?: string, tag?: string) => void;
|
|
1323
1323
|
keyActive?: boolean;
|
|
1324
|
+
classNameList?: string;
|
|
1324
1325
|
}
|
|
1325
1326
|
declare const TermList: (props: TermListProps) => react_jsx_runtime.JSX.Element;
|
|
1326
1327
|
|