/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
packages/react-refresh-utils/react-refresh-runtime.d.ts
19 строк
792 B
Sebastian "Sebbie" Silbermann
Bump TypeScript to 6.0 (#91257)
14 апр 2026, 13:22
Не верифицирован
14 апр 2026, 13:22
d141874
Код
Авторство
О чём код?
declare module 'react-refresh/runtime' { export function injectIntoGlobalHook(...args: any[]): void export function register(...args: any[]): void export function createSignatureFunctionForTransform(...args: any[]): any export function getFamilyByType(...args: any[]): any export function isLikelyComponentType(...args: any[]): boolean export function performReactRefresh(...args: any[]): void const RefreshRuntime: { injectIntoGlobalHook: typeof injectIntoGlobalHook register: typeof register createSignatureFunctionForTransform: typeof createSignatureFunctionForTransform getFamilyByType: typeof getFamilyByType isLikelyComponentType: typeof isLikelyComponentType performReactRefresh: typeof performReactRefresh } export default RefreshRuntime }