MCPcopy
hub / github.com/youzan/vant / makeNumericProp

Function makeNumericProp

packages/vant/src/utils/props.ts:31–34  ·  view source on GitHub ↗
(defaultVal: T)

Source from the content-addressed store, hash-verified

29});
30
31export const makeNumericProp = <T>(defaultVal: T) => ({
32 type: numericProp,
33 default: defaultVal,
34});
35
36export const makeStringProp = <T>(defaultVal: T) => ({
37 type: String as unknown as PropType<T>,

Callers 15

PasswordInput.tsxFile · 0.90
FloatingPanel.tsxFile · 0.90
SubmitBar.tsxFile · 0.90
DropdownMenu.tsxFile · 0.90
ImagePreview.tsxFile · 0.90
Area.tsxFile · 0.90
Circle.tsxFile · 0.90
Calendar.tsxFile · 0.90
PullRefresh.tsxFile · 0.90
Sidebar.tsxFile · 0.90
PickerGroup.tsxFile · 0.90
Barrage.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…