@up-group-ui/react-controls
Version:
Up shared react controls
10 lines (9 loc) • 472 B
TypeScript
import { NestedCSSProperties } from 'typestyle/lib/types';
import { LoadingIndicatorProps } from './types';
import { WithThemeProps } from '../../../Common/theming/withTheme';
export declare const svgStyle: (props: WithThemeProps & LoadingIndicatorProps) => NestedCSSProperties;
export declare const getStyleByMode: (props: WithThemeProps & LoadingIndicatorProps, displayMode: string) => {
container: Object;
overlay: Object;
loadingIndicatorStyle: Object;
};