UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

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