react-playground
    Preparing search index...

    Type Alias BitsProps

    type BitsProps = {
        bitElement: BitElement;
        length?: number;
        value: number;
    }
    Index

    Properties

    bitElement: BitElement
    length?: number
    value: number