UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

4 lines (3 loc) 177 B
import { InputType } from '@storybook/csf'; export type ColWidthArgTypes = Record<string, string>; export declare const getColumnWidthArgTypes: (colCount: number) => InputType;