UNPKG

@primer/components

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