Add .gitignore to exclude all node packages and lock files
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
import type React from 'react';
|
||||
import type { DownloadBehavior } from './download-behavior';
|
||||
declare const ArtifactThumbnail: unique symbol;
|
||||
export declare const Artifact: React.FC<{
|
||||
readonly filename: string;
|
||||
readonly content: string | Uint8Array | typeof ArtifactThumbnail;
|
||||
readonly downloadBehavior?: DownloadBehavior | null;
|
||||
}> & {
|
||||
Thumbnail: typeof ArtifactThumbnail;
|
||||
};
|
||||
export {};
|
||||
Reference in New Issue
Block a user