@up-group-ui/react-controls
Version:
Up shared react controls
13 lines (12 loc) • 712 B
TypeScript
import { WithThemeProps, UpThemeInterface } from '../../../Common/theming';
import { NestedCSSProperties } from 'typestyle/lib/types';
export declare const boxUpload: string;
export declare const boxUploaded: string;
export declare const base: NestedCSSProperties;
export declare const baseStyle: (bgSrc: string, theme: UpThemeInterface) => string;
export declare const fileStyle: string;
export declare const wrapperDropStyle: string;
export declare const extensionsStyle: (props: WithThemeProps) => string;
export declare const wrapperActionStyle: (props: WithThemeProps) => string;
export declare const wrapperErrorsStyle: string;
export declare const wrapperFileNameStyle: (props: WithThemeProps) => string;