UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

6 lines 391 B
import type { LinkButtonProps as BaseLinkButtonProps, ButtonProps } from './types'; import type { ForwardRefComponent as PolymorphicForwardRefComponent } from '../utils/polymorphic'; export type LinkButtonProps = BaseLinkButtonProps & ButtonProps; declare const LinkButton: PolymorphicForwardRefComponent<"a", LinkButtonProps>; export { LinkButton }; //# sourceMappingURL=LinkButton.d.ts.map