UNPKG

react-responsive-gallery

Version:
4 lines (3 loc) 190 B
import { SelectProps } from "./Select.types"; declare const Select: ({ value, id, onSelect, mediaMaxWidth, }: SelectProps) => import("react/jsx-runtime").JSX.Element; export default Select;