UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

6 lines 288 B
import React from 'react'; import { type ActionListItemProps } from './shared'; type SelectionProps = Pick<ActionListItemProps, 'selected' | 'className'>; export declare const Selection: React.FC<React.PropsWithChildren<SelectionProps>>; export {}; //# sourceMappingURL=Selection.d.ts.map