UNPKG

@nekobird/styled-chemistry

Version:
3 lines (2 loc) 125 B
import { ITheme } from '../interfaces'; export declare const typography: (theme: ITheme) => (props: any) => string | number;