REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 535 B
Close
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/@hypnosphi/create-react-context/lib/index.d.ts
Text
Base64
import * as React from 'react'; export default function createReactContext<T>( defaultValue: T, calculateChangedBits?: (prev: T, next: T) => number ): Context<T>; type RenderFn<T> = (value: T) => React.ReactNode; export type Context<T> = { Provider: React.ComponentClass<ProviderProps<T>>; Consumer: React.ComponentClass<ConsumerProps<T>>; }; export type ProviderProps<T> = { value: T; children: React.ReactNode; }; export type ConsumerProps<T> = { children: RenderFn<T> | [RenderFn<T>]; observedBits?: number; };
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 4
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
implementation.js
6.63 KB
lrw-r--r--
2026-02-28 00:27:06
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.d.ts
535 B
lrw-r--r--
2026-02-28 00:27:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.js
449 B
lrw-r--r--
2026-02-28 00:27:26
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.js.flow
679 B
lrw-r--r--
2026-02-28 00:27:32
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).