UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

5 lines 301 B
import type { IconButtonProps } from './types'; import type { ForwardRefComponent as PolymorphicForwardRefComponent } from '../utils/polymorphic'; declare const IconButton: PolymorphicForwardRefComponent<"button" | "a", IconButtonProps>; export { IconButton }; //# sourceMappingURL=IconButton.d.ts.map