UNPKG

@anoki/fse-common

Version:

Common types for FSE

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