Preparing search index...
    interface ColorDefaultProps {
        backgroundColor: string;
        darkTextColor: string;
        hasChess: boolean;
        lightTextColor: string;
    }
    Index

    Properties

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