Guaxu Docs
    Preparing search index...

    Interface SelectOptionProps

    interface SelectOptionProps {
        children: ReactNode;
        value: string;
    }
    Index

    Properties

    Properties

    children: ReactNode
    value: string