Preparing search index...
    interface GroupInputProps {
        isDivided?: boolean;
        isFocused?: boolean;
        onBlur?: () => void;
        widthMap?: { [key: number]: undefined | Width<string | number> };
    }
    Index

    Properties

    isDivided?: boolean
    isFocused?: boolean
    onBlur?: () => void
    widthMap?: { [key: number]: undefined | Width<string | number> }