UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

4 lines 272 B
import type { ForwardRefComponent as PolymorphicForwardRefComponent } from '../utils/polymorphic'; import type { ActionListItemProps } from './shared'; export declare const Item: PolymorphicForwardRefComponent<"li", ActionListItemProps>; //# sourceMappingURL=Item.d.ts.map