export interface NoteActiveOptions { bold: boolean; italic: boolean; foreColor: boolean; underline: boolean; }