MCPcopy
hub / github.com/youzan/vant-weapp / Option

Interface Option

packages/dropdown-item/shared.ts:1–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface Option {
2 text: string;
3 value: string | number;
4 icon: string;
5}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected