UNPKG

@up-group-ui/react-controls

Version:
5 lines (4 loc) 253 B
import { NestedCSSProperties } from 'typestyle/lib/types'; import { UpImageProps } from './UpImage'; export declare const imageStyle: ({ imageSize }: UpImageProps) => NestedCSSProperties; export declare const getStyles: (props: UpImageProps) => string;