UNPKG

@up-group-ui/react-controls

Version:
10 lines (9 loc) 719 B
import { UpPanelProps } from './types'; import { WithThemeProps } from '../../../Common/theming/withTheme'; export declare const DefaultPanelStyle: (props: UpPanelProps & WithThemeProps) => string; export declare const PrimaryDefaultPanel: (props: UpPanelProps & WithThemeProps) => string; export declare const WarningDefaultPanel: (props: UpPanelProps & WithThemeProps) => string; export declare const SuccessDefaultPanel: (props: UpPanelProps & WithThemeProps) => string; export declare const InfoDefaultPanel: (props: UpPanelProps & WithThemeProps) => string; export declare const DangerDefaultPanel: (props: UpPanelProps & WithThemeProps) => string; export declare const getStyles: (props: UpPanelProps) => string;