UNPKG

@wulperstudio/cms

Version:
9 lines (8 loc) 191 B
export interface ImageTextOutputModel { text: string; image?: string; title?: string; cardTable?: boolean; borderRadiusImage?: string | number; clinesText?: number; }