mirror of
https://github.com/gromlab-ru/svg-sprites.git
synced 2026-07-22 04:40:17 +03:00
feat: добавить entry-point для React-модуля
- добавлена генерация index.ts рядом с React-компонентом - добавлен тест генерации directory import - обновлена документация ожидаемого output
This commit is contained in:
9
test/ui/svg-sprite/index.ts
Normal file
9
test/ui/svg-sprite/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/** @generated — this file is auto-generated, do not edit manually. */
|
||||
export { SvgSprite } from './svg-sprite'
|
||||
export type {
|
||||
SvgSpriteProps,
|
||||
SpriteName,
|
||||
SpriteMap,
|
||||
IconName,
|
||||
DefaultSprite,
|
||||
} from './svg-sprite'
|
||||
Reference in New Issue
Block a user