UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

9 lines 506 B
import React from 'react'; import type { SystemCommonProps, SystemTypographyProps } from './constants'; import type { ComponentProps } from './utils/types'; import 'focus-visible'; declare const Base: import("styled-components").StyledComponent<"div", any, SystemTypographyProps & SystemCommonProps, never>; export type BaseStylesProps = ComponentProps<typeof Base>; declare function BaseStyles(props: BaseStylesProps): React.JSX.Element; export default BaseStyles; //# sourceMappingURL=BaseStyles.d.ts.map