@up-group-ui/react-controls
Version:
Up shared react controls
9 lines (8 loc) • 577 B
TypeScript
import { UpNotificationProps } from './types';
import { NestedCSSProperties } from 'typestyle/lib/types';
import { WithThemeProps } from '../../../Common/theming/withTheme';
export declare const colors: (props: UpNotificationProps & WithThemeProps) => NestedCSSProperties;
export declare const icon: (props: UpNotificationProps & WithThemeProps) => NestedCSSProperties;
export declare const text: (props: any) => NestedCSSProperties;
export declare const progressBar: (props: any) => NestedCSSProperties;
export declare const getStyles: (props: UpNotificationProps) => string;