UNPKG

cra-template-pi

Version:

A quick start Create React App with many auto implemented features

5 lines (4 loc) 78 B
export type TSelectOption<V = string, L = string> = { value: V label: L }