UNPKG

webcoreui

Version:

UI component and template library for Astro, Svelte, and React apps styled with Sass.

19 lines (17 loc) 423 B
import type { ButtonProps } from '../Button/button' export type RatingProps = { score: number total?: number text?: string showText?: boolean showEmpty?: boolean outline?: boolean reviewCount?: number reviewText?: string reviewLink?: string reviewTarget?: ButtonProps['target'] color?: string emptyColor?: string size?: number className?: string }