UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

6 lines (5 loc) 269 B
import { SxProp } from '../sx'; import { ComponentProps } from '../utils/types'; declare const BranchName: import("styled-components").StyledComponent<"a", any, SxProp, never>; export type BranchNameProps = ComponentProps<typeof BranchName>; export default BranchName;