UNPKG

@patreon/studio

Version:

Patreon Studio Design System

4 lines (3 loc) 206 B
import type { ComponentTextProps } from '../../types/text'; import type { DisplayTextBundle } from '../../types/type-bundles'; export declare type DisplayTextProps = ComponentTextProps & DisplayTextBundle;