UNPKG

@jay-js/ui

Version:

A library of UI components for Jay JS with Tailwind CSS and daisyUI.

7 lines (6 loc) 229 B
import { TBase, TBaseTagMap } from "../Base/Base.types.js"; export type TRating<T extends TBaseTagMap> = { size?: "rating-lg" | "rating-md" | "rating-sm" | "rating-xs"; half?: boolean; hidden?: boolean; } & TBase<T>;