UNPKG

@cainthus/alex-library

Version:

Component React library for Cainthus - Alex Dashboard.

13 lines (12 loc) 391 B
import React from 'react'; import './Typography.scss'; import { Props } from './Typography.types'; declare class Typography extends React.Component<Props> { render(): React.DOMElement<{ className: string; children: React.ReactNode; tag?: string | undefined; weight?: "light" | "lighter" | "bold" | undefined; }, Element>; } export default Typography;