UNPKG

primereact

Version:

A rich set of premium UI Components for React.

10 lines (9 loc) 444 B
export * from './Rating.context'; export * from './option/RatingOption.context'; export * as Rating from './Rating.parts'; export * as RatingProps from './Rating.props'; export { defaultOffProps, RatingOff } from './off'; export { defaultOnProps, RatingOn } from './on'; export { defaultOptionProps, RatingOption } from './option'; export { defaultRootProps, RatingRoot } from './root'; export type * from '@primereact/types/primitive/rating';