interface Content {
    selected?: boolean;
    text?: string;
}

Hierarchy (view full)

Properties

Properties

selected?: boolean
text?: string