export interface BorderParams { borderWidth: number; color: string | { r: number; g: number; b: number; a?: number; }; }