Skip to content

Caption

type Caption = {
id?: string;
key?: string;
size?: CaptionSize;
type: 'Caption';
} & BaseTextProps;
optional id: string;
optional key: string;
optional size: CaptionSize;
type: 'Caption';