add hw2
This commit is contained in:
5
node_modules/jotai/esm/babel/utils.d.mts
generated
vendored
Normal file
5
node_modules/jotai/esm/babel/utils.d.mts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user