UNPKG

@patreon/studio

Version:

Patreon Studio Design System

4 lines (3 loc) 190 B
import type { ComponentTextProps } from '~/types/text'; import type { HeadingTextBundle } from '~/types/type-bundles'; export type HeadingTextProps = ComponentTextProps & HeadingTextBundle;