All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.es.Selector.SingleSelector.d.ts Maven / Gradle / Ivy

The newest version!
import * as React from 'react';
import type { InnerSelectorProps } from '.';
interface SelectorProps extends InnerSelectorProps {
    inputElement: React.ReactElement;
    activeValue: string;
}
declare const SingleSelector: React.FC;
export default SingleSelector;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy