torque-pro-assistant - v1.0.0
    Preparing search index...
    interface KvRowProps {
        label: ReactNode;
        last?: boolean;
        testId?: string;
        value: ReactNode;
    }
    Index

    Properties

    label: ReactNode

    Left-aligned label — dimmed by default.

    last?: boolean

    Drops the bottom border. Use on the last row of a stack.

    testId?: string
    value: ReactNode

    Right-aligned value.