react-playground
    Preparing search index...

    Type Alias BitProps

    BitProps is a type that represents the properties of a bit.

    type BitProps = {
        stand: boolean;
    }
    Index

    Properties

    Properties

    stand: boolean