@xylabs/sdk-react
    Preparing search index...

    Type Alias NumberStatusProps

    NumberStatusProps: ButtonExProps & {
        autoWidth?: boolean;
        error?: Error;
        fontSize?: number;
        format?: string;
        rounded?: boolean;
        shorten?: string | boolean;
        title?: string;
        value?: number | string;
        width?: number;
    }