demio-ui 5.0.6 → 5.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.
- package/dist/bundle-analysis.html +1 -3
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/types.d.ts +1 -1
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -325,9 +325,9 @@ interface Props$5 {
|
|
|
325
325
|
declare const MultiSelect: FC<Props$5>;
|
|
326
326
|
|
|
327
327
|
interface NoteProps {
|
|
328
|
+
children?: React__default.ReactNode;
|
|
328
329
|
className?: string;
|
|
329
330
|
classNameIcon?: string;
|
|
330
|
-
text?: string;
|
|
331
331
|
type?: 'info' | 'error';
|
|
332
332
|
}
|
|
333
333
|
declare const Note: FC<NoteProps>;
|