MCPcopy Create free account
hub / github.com/VienLi/CcView / SelectProps

Interface SelectProps

src/components/Query/item/String.tsx:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { ChangeEvent, useEffect } from 'react';
2import { OutlinedInput } from '@mui/material';
3interface SelectProps {
4 [key: string]: any,
5 onChange: Function
6}
7export default function Select(props: SelectProps) {
8 const { eventMap, is, className = '', defaultValue, value, label = '', onChange, options = [], ...prop } = props;
9 function handleChange(event: ChangeEvent<HTMLInputElement>) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected