mirror of
https://github.com/gromlab-ru/svg-sprites.git
synced 2026-07-22 04:40:17 +03:00
14 lines
356 B
TypeScript
14 lines
356 B
TypeScript
|
|
'use client'
|
||
|
|
|
||
|
|
export { SpriteViewer } from './react/sprite-viewer.js'
|
||
|
|
export type { SpriteViewerColorTheme, SpriteViewerProps } from './react/sprite-viewer.js'
|
||
|
|
export type {
|
||
|
|
SpriteManifest,
|
||
|
|
SpriteManifestColor,
|
||
|
|
SpriteManifestIcon,
|
||
|
|
SpriteManifestLoader,
|
||
|
|
SpriteManifestModule,
|
||
|
|
SpriteViewerSource,
|
||
|
|
SpriteViewerSources,
|
||
|
|
} from './react/types.js'
|