@primer/react
Version:
An implementation of GitHub's Primer Design System using React
7 lines • 414 B
TypeScript
import type { SystemCommonProps, SystemTypographyProps } from '../constants';
import type { SxProp } from '../sx';
import type { ComponentProps } from '../utils/types';
declare const Text: import("styled-components").StyledComponent<"span", any, SystemTypographyProps & SystemCommonProps & SxProp, never>;
export type TextProps = ComponentProps<typeof Text>;
export default Text;
//# sourceMappingURL=Text.d.ts.map