Skip to main content
Version: Next

TextOwnProps

Home > @backstage/ui > TextOwnProps

Signature:

export type TextOwnProps = {
as?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p' | 'span' | 'label' | 'div' | 'strong' | 'em' | 'small' | 'legend';
variant?: TextVariants | Partial<Record<Breakpoint, TextVariants>>;
weight?: TextWeights | Partial<Record<Breakpoint, TextWeights>>;
color?: TextColors | TextColorStatus | Partial<Record<Breakpoint, TextColors | TextColorStatus>>;
truncate?: boolean;
};

References: TextVariants, Breakpoint, TextWeights, TextColors, TextColorStatus