@up-group-ui/react-controls
Version:
Up shared react controls
6 lines (5 loc) • 345 B
TypeScript
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;