Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
export type EnumPath = (string | number)[];
|
||||
export declare const stringifyDefaultProps: ({ props, enumPaths, }: {
|
||||
props: unknown;
|
||||
enumPaths: EnumPath[];
|
||||
}) => string;
|
||||
Reference in New Issue
Block a user