@cbpds/web-components
Version:
Web components for the CBP Design System.
12 lines (11 loc) • 532 B
TypeScript
export declare class CbpTypography {
private renderedTag;
host: HTMLElement;
tag: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p' | 'code' | 'pre' | 'div' | 'span';
variant: 'masthead-1' | 'masthead-2' | 'heading-xxl' | 'heading-xl' | 'heading-lg' | 'heading-md' | 'heading-sm' | 'heading-xs' | 'body-text' | 'subhead' | 'heading-dialog';
divider: 'underline' | 'fill';
context: "light-inverts" | "light-always" | "dark-inverts" | "dark-always";
sx: any;
componentDidLoad(): void;
render(): any;
}