@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
9 lines • 397 B
TypeScript
import { MantineTheme } from '../../theme';
declare type HeadingElement = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
interface TitleStyles {
theme: MantineTheme;
element: HeadingElement;
}
declare const _default: (args?: TitleStyles, classNames?: Partial<Record<"title", string>>, name?: string) => Record<"title", string>;
export default _default;
//# sourceMappingURL=Title.styles.d.ts.map