UNPKG

189 BTypeScriptView Raw
1export type RateThemeVars = {
2 rateIconSize?: string;
3 rateIconGutter?: string;
4 rateIconVoidColor?: string;
5 rateIconFullColor?: string;
6 rateIconDisabledColor?: string;
7};