@primer/react-brand
Version:
Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.
7 lines (6 loc) • 624 B
TypeScript
import { IDEChatMessage, IDEEditorFile } from '../IDE';
export declare const chatScriptAlt = "A conversation about JavaScript arrays between a user and GitHub Copilot. The user asks three questions: how to concatenate arrays, how to check if something is an array, and how to remove elements from an array. Copilot provides code examples for each, demonstrating concat(), Array.isArray(), and filter() methods respectively.";
export declare const chatScript: IDEChatMessage[];
export declare const defaultFiles: IDEEditorFile[];
export declare const singleFile: IDEEditorFile[];
export declare const files: IDEEditorFile[];