UNPKG

@hhgtech/hhg-components

Version:
5 lines (4 loc) 258 B
export { default as RatingStars } from "./RatingStars"; export { default as RatingStarsInput } from "./RatingStarsInput"; export { MAX_RATING } from "./index.const"; export { TRatingStarsInputProps, TRatingStarsProps, TStarProps, } from "./index.types";