UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

11 lines (10 loc) 259 B
/// <reference types="react" /> export type ChildSize = { text: string; width: number; }; export type ChildWidthArray = Array<ChildSize>; export type ResponsiveProps = { items: Array<React.ReactElement>; actions: Array<React.ReactElement>; };