@ablogcms/types
v3.2.28-beta.0
Published
複数パッケージ横断の共有型定義
Keywords
Readme
@ablogcms/types
複数の公開パッケージ・CMS コアが共有する横断的な型定義(PolymorphicProps / Breakpoint 系 /
Material Symbols のアイコン名リテラル型 / RecursivePartial 等の汎用ユーティリティ型)を
提供するパッケージ。
使い方
import type { PolymorphicProps, RecursivePartial } from '@ablogcms/types';ドメイン型(MediaType 等)は収容しない。各ドメインパッケージ側に置く。
