add hw2
This commit is contained in:
5
node_modules/jotai/ts3.8/esm/babel/plugin-debug-label.d.ts
generated
vendored
Normal file
5
node_modules/jotai/ts3.8/esm/babel/plugin-debug-label.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import babel from '@babel/core';
|
||||
import type { PluginObj } from '@babel/core';
|
||||
import type { PluginOptions } from './utils';
|
||||
export default function debugLabelPlugin({ types: t }: typeof babel, options?: PluginOptions): PluginObj;
|
||||
declare type Awaited<T> = T extends Promise<infer V> ? V : T;
|
||||
5
node_modules/jotai/ts3.8/esm/babel/plugin-react-refresh.d.ts
generated
vendored
Normal file
5
node_modules/jotai/ts3.8/esm/babel/plugin-react-refresh.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import babel from '@babel/core';
|
||||
import type { PluginObj } from '@babel/core';
|
||||
import type { PluginOptions } from './utils';
|
||||
export default function reactRefreshPlugin({ types: t }: typeof babel, options?: PluginOptions): PluginObj;
|
||||
declare type Awaited<T> = T extends Promise<infer V> ? V : T;
|
||||
6
node_modules/jotai/ts3.8/esm/babel/preset.d.ts
generated
vendored
Normal file
6
node_modules/jotai/ts3.8/esm/babel/preset.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import babel from '@babel/core';
|
||||
import type { PluginOptions } from './utils';
|
||||
export default function jotaiPreset(_: typeof babel, options?: PluginOptions): {
|
||||
plugins: babel.PluginItem[];
|
||||
};
|
||||
declare type Awaited<T> = T extends Promise<infer V> ? V : T;
|
||||
6
node_modules/jotai/ts3.8/esm/babel/utils.d.ts
generated
vendored
Normal file
6
node_modules/jotai/ts3.8/esm/babel/utils.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { types } from '@babel/core';
|
||||
export interface PluginOptions {
|
||||
customAtomNames?: string[];
|
||||
}
|
||||
export declare function isAtom(t: typeof types, callee: babel.types.Expression | babel.types.V8IntrinsicIdentifier, customAtomNames?: PluginOptions['customAtomNames']): boolean;
|
||||
declare type Awaited<T> = T extends Promise<infer V> ? V : T;
|
||||
Reference in New Issue
Block a user