Big news!Introducing Socket AI - ChatGPT-Powered Threat Analysis. Learn more
Socket
Log inDemoInstall

@types/react-flags-select

Package Overview
Dependencies
1
Maintainers
1
Versions
4
Issues
File Explorer

Advanced tools

@types/react-flags-select

TypeScript definitions for react-flags-select

    1.1.3ts3.6ts3.7ts3.8ts3.9ts4.0ts4.1ts4.2ts4.3ts4.4ts4.5ts4.6ts4.7ts4.8ts4.9ts5.0ts5.1latest
    GitHub

Version published
Maintainers
1
Weekly downloads
666
decreased by-12.83%

Weekly downloads

Readme

Source

Installation

npm install --save @types/react-flags-select

Summary

This package contains type definitions for react-flags-select (https://github.com/ekwonye-richard/react-flags-select#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-flags-select.

index.d.ts

// Type definitions for react-flags-select 1.1 // Project: https://github.com/ekwonye-richard/react-flags-select#readme // Definitions by: Artur Sianiuk <https://github.com/senukartur> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.8 import { Component } from 'react'; interface Props { countries?: string[] | undefined; blackList?: boolean | undefined; customLabels?: {[propName: string]: string} | undefined; selectedSize?: number | undefined; optionsSize?: number | undefined; defaultCountry?: string | undefined; placeholder?: string | undefined; className?: string | undefined; showSelectedLabel?: boolean | undefined; showOptionLabel?: boolean | undefined; alignOptions?: string | undefined; onSelect?: ((countryCode: string) => void) | undefined; disabled?: boolean | undefined; searchable?: boolean | undefined; } declare class ReactFlagsSelect extends Component<Props> { updateSelected(countryCode: string): void; } export default ReactFlagsSelect;

Additional Details

  • Last updated: Thu, 08 Jul 2021 20:20:40 GMT
  • Dependencies: @types/react
  • Global values: none

Credits

These definitions were written by Artur Sianiuk.

FAQs

Last updated on 08 Jul 2021

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc