@teamsparta/stack-text
Version:
stack text
16 lines (13 loc) • 737 B
TypeScript
import * as _emotion_styled from '@emotion/styled';
import * as react from 'react';
import * as _emotion_react from '@emotion/react';
declare const TextBase: _emotion_styled.StyledComponent<{
theme?: _emotion_react.Theme | undefined;
as?: react.ElementType<any, keyof react.JSX.IntrinsicElements> | undefined;
} & {
fonts?: {
breakpoint?: number | undefined;
font?: "bodyB" | "bodyCompact" | "bodyLong" | "bodyM" | "captionM" | "captionSb" | "heroTitle" | "largeTitle" | "subTitle1" | "subTitle2" | "subTitle3" | "tag1M" | "tag1Sb" | "tag2" | "title1" | "title2" | undefined;
}[] | undefined;
}, react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
export { TextBase };