UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

4 lines 232 B
import type { InputType } from 'storybook/internal/csf'; export type ColWidthArgTypes = Record<string, string>; export declare const getColumnWidthArgTypes: (colCount: number) => InputType; //# sourceMappingURL=storyHelpers.d.ts.map