UNPKG

@redocly/theme

Version:

Shared UI components lib

8 lines (7 loc) 208 B
export type StarsProps = { max?: number; name?: string; value?: number; onChange: (value: number) => void; }; export declare function Stars({ max, onChange, value }: StarsProps): JSX.Element;