@livetiles/reach-plugin-types 0.5.0-preview.852 → 0.5.0-preview.854
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/lib/index.d.ts +2 -0
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -5336,6 +5336,8 @@ declare module "libs/reach/ui/common/src/reach-2/icons/Icons" {
|
|
|
5336
5336
|
export { ReactComponent as FontStyleFormattingIcon } from './assets/fontStyleFormatting.svg';
|
|
5337
5337
|
export { ReactComponent as FullscreenActiveIcon } from './assets/fullscreen-active.svg';
|
|
5338
5338
|
export { ReactComponent as FullscreenIcon } from './assets/fullscreen.svg';
|
|
5339
|
+
export { ReactComponent as GalleryActiveIcon } from './assets/gallery-active.svg';
|
|
5340
|
+
export { ReactComponent as GalleryIcon } from './assets/gallery.svg';
|
|
5339
5341
|
export { ReactComponent as GifActiveIcon } from './assets/gif-active.svg';
|
|
5340
5342
|
export { ReactComponent as GifIcon } from './assets/gif.svg';
|
|
5341
5343
|
export { ReactComponent as GoogleIcon } from './assets/google.svg';
|