@littlespoon/typography
Version:
Little Spoon typography
17 lines (15 loc) • 445 B
Flow
/**
* Flowtype definitions for Bold
* Generated by Flowgen from a Typescript Definition
* Flowgen v1.21.0
* @flow
*/
import * as $Flowgen$Import$styled_2d_components from "styled-components";
import type { TypographyProps } from "./Typography";
declare type Props = Pick<TypographyProps, "black" | "bold" | "extraBold">;
declare export var Bold: $Flowgen$Import$styled_2d_components.StyledComponent<
"strong",
any,
Props,
empty
>;