interface ColorDefaultProps {
    backgroundColor: string;
    darkTextColor: string;
    hasChess: boolean;
    lightTextColor: string;
}

Properties

backgroundColor: string
darkTextColor: string
hasChess: boolean
lightTextColor: string