UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

6 lines (5 loc) 230 B
import React from 'react'; import { ActionListItemProps } from './shared'; type SelectionProps = Pick<ActionListItemProps, 'selected'>; export declare const Selection: React.FC<React.PropsWithChildren<SelectionProps>>; export {};