ktongue's picture
download
raw
523 Bytes
import * as React from 'react';
import { SxProps } from '@mui/system';
import { Theme } from "../styles/index.js";
export interface NativeSelectInputProps extends React.SelectHTMLAttributes<HTMLSelectElement> {
disabled?: boolean;
IconComponent: React.ElementType;
inputRef?: React.Ref<HTMLSelectElement>;
variant?: 'standard' | 'outlined' | 'filled';
error?: boolean;
sx?: SxProps<Theme>;
}
declare const NativeSelectInput: React.JSXElementConstructor<NativeSelectInputProps>;
export default NativeSelectInput;

Xet Storage Details

Size:
523 Bytes
·
Xet hash:
e8e97c4d2dcaf1247caad56b7380f720c948eef58d1d447155870e33be4e8904

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.