react-playground
    Preparing search index...

    Type Alias SimpleBitStringProps

    type SimpleBitStringProps = {
        length?: number;
        value: number;
    }
    Index

    Properties

    Properties

    length?: number
    value: number