@team_yumi/ramen 0.4.0-next.20231214-a3ed314-fe184b5e42ce196121aef559fab7cb54 → 0.4.0-next.20231214-dad2329-5b8a7136cf1dddccd0646da50d27b7a2
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/index.mobile.d.ts
CHANGED
|
@@ -74,6 +74,7 @@ declare const _default: {
|
|
|
74
74
|
XOptionRadioButton: import("react").FC<import("./components/mobile/xoption-radio-button/root").IProps>;
|
|
75
75
|
XGroupRadioButton: import("react").FC<import("./components/mobile/xgroup-radio-button/root").IProps>;
|
|
76
76
|
XBottomSheet: import("react").FC<import("./components/mobile/x-bottom-sheet/root").IProps>;
|
|
77
|
+
XRadioButtonOption: import("react").FC<import("./components/mobile/x-radio-button-option/root").IProps>;
|
|
77
78
|
XCardCounter: import("react").FC<import("./components/core/xcard-counter/root").IProps>;
|
|
78
79
|
XBox: import("react").FC<import("./components/core/xbox/root").IProps>;
|
|
79
80
|
XText: import("react").FC<import("./components/core/xtext/root").IProps>;
|
|
@@ -127,3 +128,4 @@ declare const _default: {
|
|
|
127
128
|
};
|
|
128
129
|
export default _default;
|
|
129
130
|
export type { XImageUploaderFileData, XImageDownloaderFileData, XSelectMultipleRef, XSelectMultipleOption, };
|
|
131
|
+
export { default as XRadioButtonOption } from './components/mobile/x-radio-button-option';
|
package/package.json
CHANGED