UNPKG

class101-ui

Version:

A React-based UI Component Library, powered by Class101.

55 lines (54 loc) 5.54 kB
export declare const heading1BlackBold: import("styled-components").FlattenSimpleInterpolation; export declare const heading2WhiteBold: import("styled-components").FlattenSimpleInterpolation; export declare const heading1WhiteBold: import("styled-components").FlattenSimpleInterpolation; export declare const body1Black: import("styled-components").FlattenSimpleInterpolation; export declare const body2Black: import("styled-components").FlattenSimpleInterpolation; export declare const body2White: import("styled-components").FlattenSimpleInterpolation; export declare const body2Gray: import("styled-components").FlattenSimpleInterpolation; export declare const tiny1WhiteBold: import("styled-components").FlattenSimpleInterpolation; export declare const body1WhiteBold: import("styled-components").FlattenSimpleInterpolation; export declare const body2BlackBold: import("styled-components").FlattenSimpleInterpolation; export declare const subheadingBlackBold: import("styled-components").FlattenSimpleInterpolation; export declare const tiny1Black: import("styled-components").FlattenSimpleInterpolation; export declare const tiny2Black: import("styled-components").FlattenSimpleInterpolation; export declare const tiny2White: import("styled-components").FlattenSimpleInterpolation; export declare const body1Body: import("styled-components").FlattenSimpleInterpolation; export declare const heading3BlackBold: import("styled-components").FlattenSimpleInterpolation; export declare const tiny1Gray: import("styled-components").FlattenSimpleInterpolation; export declare const heading2BlackExtraBold: import("styled-components").FlattenSimpleInterpolation; export declare const tiny1White: import("styled-components").FlattenSimpleInterpolation; export declare const heading3WhiteBold: import("styled-components").FlattenSimpleInterpolation; export declare const body1Gray: import("styled-components").FlattenSimpleInterpolation; export declare const body2WhiteBold: import("styled-components").FlattenSimpleInterpolation; export declare const body1BlackBold: import("styled-components").FlattenSimpleInterpolation; export declare const subheadingGray: import("styled-components").FlattenSimpleInterpolation; export declare const tiny2Gray: import("styled-components").FlattenSimpleInterpolation; export declare const heading1BlackExtraBold: import("styled-components").FlattenSimpleInterpolation; export declare const heading3BlackExtraBold: import("styled-components").FlattenSimpleInterpolation; export declare const subheadingWhiteBold: import("styled-components").FlattenSimpleInterpolation; export declare const tiny1BlackBold: import("styled-components").FlattenSimpleInterpolation; export declare const body1White: import("styled-components").FlattenSimpleInterpolation; export declare const body1Paragraph: import("styled-components").FlattenSimpleInterpolation; export declare const body2Body: import("styled-components").FlattenSimpleInterpolation; export declare const body2Paragraph: import("styled-components").FlattenSimpleInterpolation; export declare const heading3WhiteExtraBold: import("styled-components").FlattenSimpleInterpolation; export declare const heading2BlackBold: import("styled-components").FlattenSimpleInterpolation; export declare const tiny2WhiteBold: import("styled-components").FlattenSimpleInterpolation; export declare const heading1WhiteExtraBold: import("styled-components").FlattenSimpleInterpolation; export declare const body2GrayBold: import("styled-components").FlattenSimpleInterpolation; export declare const heading3GrayBold: import("styled-components").FlattenSimpleInterpolation; export declare const subheadingBlack: import("styled-components").FlattenSimpleInterpolation; export interface TextStyleProperties { fontWeight?: string; } export declare const display2: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<TextStyleProperties, any>>; export declare const display3: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<TextStyleProperties, any>>; export declare const headline1: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<TextStyleProperties, any>>; export declare const headline2: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<TextStyleProperties, any>>; export declare const headline3: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<TextStyleProperties, any>>; export declare const subtitle1: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<TextStyleProperties, any>>; export declare const body1: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<TextStyleProperties, any>>; export declare const body2: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<TextStyleProperties, any>>; export declare const caption1: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<TextStyleProperties, any>>; export declare const caption2: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<TextStyleProperties, any>>; export declare const tiny1: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<TextStyleProperties, any>>;