Trails Packages
    Preparing search index...
    interface RatingProps {
        count?: number;
        icon?: ReactElement<unknown, string | JSXElementConstructor<any>>;
        label?: ReactNode;
    }

    Hierarchy

    • RatingGroupRootProps
      • RatingProps
    Index

    Properties

    Properties

    count?: number

    The total number of ratings.

    5
    
    icon?: ReactElement<unknown, string | JSXElementConstructor<any>>
    label?: ReactNode