@up-group-ui/react-controls
Version:
Up shared react controls
7 lines (6 loc) • 437 B
TypeScript
import { ThemeInterface } from '../../../Common/theming/types';
export declare const getWrapperStyles: (theme: ThemeInterface) => string;
export declare const getHeaderStyles: (theme: ThemeInterface) => string;
export declare const getTitleStyles: (theme: ThemeInterface) => string;
export declare const getContentStyles: () => string;
export declare const getStatusIndicatorStyles: (theme: ThemeInterface, isOpened: boolean) => string;