@primer/components
Version:
Primer react components
7 lines (6 loc) • 344 B
TypeScript
import { SystemCommonProps } from './constants';
import { SxProp } from './sx';
import { ComponentProps } from './utils/types';
declare const BranchName: import("styled-components").StyledComponent<"a", any, SystemCommonProps & SxProp, never>;
export declare type BranchNameProps = ComponentProps<typeof BranchName>;
export default BranchName;