@eleventheye/asui 1.0.2 → 1.0.3
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/package.json +1 -1
- package/src/index.ts +2 -0
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -17,3 +17,5 @@ export { default as SaveIcon } from './icons/SaveIcon.js';
|
|
|
17
17
|
export { default as TimeLapseIcon } from './icons/TimeLapseIcon.js';
|
|
18
18
|
export { default as UnlockIcon } from './icons/UnlockIcon.js';
|
|
19
19
|
export { default as UserSettingsIcon } from './icons/UserSettingsIcon.js';
|
|
20
|
+
|
|
21
|
+
export type { IconProps } from './icons/Icons.types.js';
|