UNPKG

@up-group-ui/react-controls

Version:
6 lines (5 loc) 345 B
import { WithThemeProps } from '../../../Common/theming'; import { NestedCSSProperties } from 'typestyle/lib/types'; import { RatingProps } from './types'; export declare const RatingWrapperStyle: (props: RatingProps & WithThemeProps) => string; export declare const CommonStartCSS: (props: RatingProps & WithThemeProps) => NestedCSSProperties;