UNPKG

@yamada-ui/rating

Version:

Yamada UI rating component

10 lines (7 loc) 379 B
import * as _yamada_ui_core from '@yamada-ui/core'; import { HTMLUIProps } from '@yamada-ui/core'; import { UseRatingItemProps } from './use-rating-item.mjs'; interface RatingItemProps extends Omit<HTMLUIProps<"label">, "value">, UseRatingItemProps { } declare const RatingItem: _yamada_ui_core.Component<"input", RatingItemProps>; export { RatingItem, type RatingItemProps };