@univerjs/icons 0.1.83 → 0.1.85
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/hide-gridlines.d.ts +4 -0
- package/dist/icons.d.ts +1 -0
- package/dist/index.js +1 -1
- package/esm/components/hide-gridlines.d.ts +4 -0
- package/esm/components/hide-gridlines.js +14 -0
- package/esm/components/hide-gridlines.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
|
@@ -194,6 +194,7 @@ export { default as H3Single } from './components/h3-single';
|
|
|
194
194
|
export { default as H4Single } from './components/h4-single';
|
|
195
195
|
export { default as HeaderFooterSingle } from './components/header-footer-single';
|
|
196
196
|
export { default as HelpSingle } from './components/help-single';
|
|
197
|
+
export { default as HideGridlines } from './components/hide-gridlines';
|
|
197
198
|
export { default as HideSingle } from './components/hide-single';
|
|
198
199
|
export { default as Hide } from './components/hide';
|
|
199
200
|
export { default as HistoryOperations } from './components/history-operations';
|