Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

skava / @skava/ui   js

Repository URL to install this package:

Version: 4.2.0-a11y.0 

/ dist / forms / views / SearchInput / SearchInput.d.ts

import React from 'react';
import { SearchInputProps } from './typings';
declare class SearchInput extends React.PureComponent<SearchInputProps> {
    static defaultProps: {
        className: string;
    };
    render(): JSX.Element;
}
export { SearchInput };
export default SearchInput;