Interface Divider

interface Divider {
    style: { bold: boolean; color: string; dotted: boolean };
    type: "divider";
}

Properties

Properties

style: { bold: boolean; color: string; dotted: boolean }
type: "divider"