Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mobilecn-UI/nativecn-ui
/ ISelectedOptionsArray
Interface
ISelectedOptionsArray
components/Select.tsx:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
export interface ISelectedOptionsArray {
20
options?: ISelectedOption[];
21
}
22
23
export type ISelectedValue = string | number | undefined;
24
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected