UNPKG

pretty-rating-react

Version:

Pretty rating formatter with React FontAwesome icons

10 lines (9 loc) 240 B
import { AllowIconsType } from '../types'; interface DefaultValuesInterface { icons: AllowIconsType; max: number; colors: string[]; disabled: boolean; } export declare const defaultValues: DefaultValuesInterface; export {};