@univerjs/icons 0.1.58 → 0.1.59
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/components/restore-single.d.ts +4 -0
- package/dist/icons.d.ts +1 -0
- package/dist/index.js +1 -1
- package/esm/components/restore-single.d.ts +4 -0
- package/esm/components/restore-single.js +14 -0
- package/esm/components/restore-single.js.map +1 -0
- package/esm/icons.d.ts +1 -0
- package/esm/icons.js +1 -0
- package/esm/icons.js.map +1 -1
- package/esm/manifest.js +1 -0
- package/esm/manifest.js.map +1 -1
- package/package.json +1 -1
package/dist/icons.d.ts
CHANGED
|
@@ -232,6 +232,7 @@ export { default as RenameSingle } from './components/rename-single';
|
|
|
232
232
|
export { default as RenewSingle } from './components/renew-single';
|
|
233
233
|
export { default as ReplyToCommentSingle } from './components/reply-to-comment-single';
|
|
234
234
|
export { default as ResolvedSingle } from './components/resolved-single';
|
|
235
|
+
export { default as RestoreSingle } from './components/restore-single';
|
|
235
236
|
export { default as ReturnSingle } from './components/return-single';
|
|
236
237
|
export { default as RhomboidSingle } from './components/rhomboid-single';
|
|
237
238
|
export { default as RightBorder } from './components/right-border';
|