Guaxu Docs
    Preparing search index...

    Type Alias RadioButtonProps

    type RadioButtonProps = {
        children: ReactNode;
        isDisabled?: boolean;
        value: string;
    }
    Index

    Properties

    children: ReactNode
    isDisabled?: boolean
    value: string