Files
image-platform/apps/admin/src/infra/backend-api/hooks/index.ts
S.Gromov 0faa8b9d2d feat: добавить preview image pipeline в admin
- добавлен polling variants и ручной refresh выбранного asset\n- добавлен picture/srcset preview с выбором preset\n- добавлен URL-state и copy actions для рабочих ссылок
2026-05-05 16:41:20 +03:00

7 lines
459 B
TypeScript

export { getAssetPictureKey, useGetAssetPicture } from "./use-get-asset-picture.hook"
export type { AssetPictureQuery } from "./use-get-asset-picture.hook"
export { getAssetKey, useGetAsset } from "./use-get-asset.hook"
export { getAssetVariantsKey, useGetAssetVariants } from "./use-get-asset-variants.hook"
export { getAssetsListKey, useGetAssetsList } from "./use-get-assets-list.hook"
export { getPresetsKey, useGetPresets } from "./use-get-presets.hook"