Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.5.30
    Preparing search index...

    Interface ProgressBarProps

    Props for ProgressBar component

    interface ProgressBarProps {
        animated?: boolean;
        current: number;
        height?: number;
        label?: { english: string; korean: string };
        max: number;
        position?: [number, number, number];
        showText?: boolean;
        testId?: string;
        type: ProgressBarType;
        width?: number;
    }
    Index

    Properties

    animated?: boolean
    current: number
    height?: number
    label?: { english: string; korean: string }
    max: number
    position?: [number, number, number]
    showText?: boolean
    testId?: string
    width?: number