Search
    Preparing search index...

    Свойства по умолчанию для компонента работы с цветом

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

    Properties

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