@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
8 lines • 352 B
TypeScript
import { MantineTheme } from '../../theme';
interface AlertStyles {
color: string;
theme: MantineTheme;
}
declare const _default: (args?: AlertStyles, classNames?: Partial<Record<"body" | "title" | "root", string>>, name?: string) => Record<"body" | "title" | "root", string>;
export default _default;
//# sourceMappingURL=Alert.styles.d.ts.map