Border
type Border = { color?: string | ThemeColor; size: number; style?: | 'solid' | 'dashed' | 'dotted' | 'double' | 'groove' | 'ridge' | 'inset' | 'outset';};
Properties
Section titled “Properties”color?
Section titled “color?”optional color: | string | ThemeColor;
size: number;
style?
Section titled “style?”optional style: | "solid" | "dashed" | "dotted" | "double" | "groove" | "ridge" | "inset" | "outset";