Interface representing the data structure for a Border.

Style

interface Border {
    size?: string;
    color?: string;
    radius?: string;
}

Properties

Properties

size?: string
color?: string
radius?: string