UNPKG

qvt-components

Version:

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

5 lines (4 loc) 245 B
/// <reference types="react" /> import { ISelectProps, ISelectItemProps } from 'native-base'; export declare const SelectItem: (props: ISelectItemProps) => JSX.Element; export declare const SelectGroup: (props: ISelectProps) => JSX.Element;