Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99718146
NativeSelectInput.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Jan 26, 07:37
Size
492 B
Mime Type
text/x-java
Expires
Tue, Jan 28, 07:37 (2 d)
Engine
blob
Format
Raw Data
Handle
23799384
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
NativeSelectInput.d.ts
View Options
import * as React from 'react';
import { SxProps } from '@mui/system';
import { Theme } from '..';
export interface NativeSelectInputProps extends React.SelectHTMLAttributes<HTMLSelectElement> {
disabled?: boolean;
IconComponent: React.ElementType;
inputRef?: React.Ref<HTMLSelectElement>;
variant?: 'standard' | 'outlined' | 'filled';
sx?: SxProps<Theme>;
}
declare const NativeSelectInput: React.JSXElementConstructor<NativeSelectInputProps>;
export default NativeSelectInput;
Event Timeline
Log In to Comment