UNPKG

@anoki/fse-common

Version:

Common types for FSE

7 lines (6 loc) 120 B
export type ImageRatio = '16:9' | '21:9'; export type Image = { alt: string; src: string; title: string; };