interface BlockOptions {
    content: string;
    type: "NOTE" | "WARNING" | "TIP" | "IMPORTANT";
}

Properties

Properties

content: string
type: "NOTE" | "WARNING" | "TIP" | "IMPORTANT"