export interface Options {
    minimap?: boolean;
    theme?: string;
    lineNumbers?: string;
    style?: Record<string, any>;
}
