UNPKG

@onethousandswaps-libs/uikit

Version:

User interface package for One THousand Swaps apps

10 lines (8 loc) 265 B
import { SpaceProps, TypographyProps } from "styled-system"; export interface TextProps extends SpaceProps, TypographyProps { color?: string; fontSize?: string; bold?: boolean; small?: boolean; textTransform?: "uppercase" | "lowercase" | "capitalize"; }