@rabex-kit/rabex-ui 0.0.9 → 0.1.0

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.
@@ -145,7 +145,7 @@ Accordion.defaultProps = {
145
145
  * you can see AccordionActions Documentation api that I mentioned below [here](https://mui.com/material-ui/api/accordion-actions/)
146
146
  *
147
147
  * ```typescript
148
- * import { AccordionActions } from '@rabex-kit/core';
148
+ * import { AccordionActions } from '@rabex-kit/rabex-ui';
149
149
  * ```
150
150
  *
151
151
  *
@@ -162,7 +162,7 @@ var AccordionActions = function AccordionActions(props) {
162
162
  * you can see AccordionDetails Documentation api that I mentioned below [here](https://mui.com/material-ui/api/accordion-details/)
163
163
  *
164
164
  * ```typescript
165
- * import { AccordionDetails } from '@rabex-kit/core';
165
+ * import { AccordionDetails } from '@rabex-kit/rabex-ui';
166
166
  * ```
167
167
  *
168
168
  *
@@ -179,7 +179,7 @@ var AccordionDetails = function AccordionDetails(props) {
179
179
  * you can see AccordionSummary Documentation api that I mentioned below [here](https://mui.com/material-ui/api/accordion-summary/)
180
180
  *
181
181
  * ```typescript
182
- * import { AccordionSummary } from '@rabex-kit/core';
182
+ * import { AccordionSummary } from '@rabex-kit/rabex-ui';
183
183
  * ```
184
184
  *
185
185
  *