flowbite-react
Version:
Official React components built for Flowbite and Tailwind CSS
7 lines (6 loc) • 382 B
TypeScript
export { Rating } from "./Rating";
export type { FlowbiteRatingTheme, RatingProps } from "./Rating";
export { RatingAdvanced } from "./RatingAdvanced";
export type { FlowbiteRatingAdvancedTheme, RatingAdvancedProps } from "./RatingAdvanced";
export { RatingStar } from "./RatingStar";
export type { FlowbiteRatingStarTheme, FlowbiteStarSizes, RatingStarProps } from "./RatingStar";