UNPKG

@littlespoon/typography

Version:
5 lines 267 B
import type { TypographyProps } from './Typography'; type Props = Pick<TypographyProps, 'black' | 'bold' | 'extraBold'>; export declare const Bold: import("styled-components").StyledComponent<"strong", any, Props, never>; export {}; //# sourceMappingURL=Bold.d.ts.map