← Back
Editing: types.ts
export type CBOptions = { className ?:string, title ?:string, html ?: (data:CBOptions) => string, }
Save File
Cancel