UNPKG

svelte-star-rating

Version:

A simple svelte component that shows a rating from 0 to 5 with svg stars when passed a number.

3 lines (2 loc) 73 B
declare const _default: (n: number) => boolean; export default _default;