@types/react-global-configuration
TypeScript icon, indicating that this package has built-in type declarations

1.3.3 • Public • Published

Installation

npm install --save @types/react-global-configuration

Summary

This package contains type definitions for react-global-configuration (https://github.com/morenofa/react-global-configuration#readme).

Details

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

index.d.ts

export interface Options {
    freeze: boolean;
    assign: boolean;
}

export function set(newConfiguration: any, newOptions?: Options): void;
export function get(key?: string): any;
export function get<Value = any>(key: string, fallbackValue: Value): Value;
export function serialize(): string;

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: none

Credits

These definitions were written by Ryo Kikuchi.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/react-global-configuration

Weekly Downloads

1,784

Version

1.3.3

License

MIT

Unpacked Size

3.28 kB

Total Files

5

Last publish

Collaborators

  • types