@primer/components
Version:
Primer react components
7 lines (6 loc) • 370 B
TypeScript
import { SystemCommonProps, SystemTypographyProps } from './constants';
import { SxProp } from './sx';
import { ComponentProps } from './utils/types';
declare const Text: import("styled-components").StyledComponent<"span", any, SystemTypographyProps & SystemCommonProps & SxProp, never>;
export declare type TextProps = ComponentProps<typeof Text>;
export default Text;