/** * @license MIT * * Copyright (c) 2025 Aiden Bai * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ import { C as ReactGrabAPI, g as Options, k as Theme, n as StackFrame } from "./copy-content-CqFXlS9J.js"; //#region src/core/context.d.ts declare const getStack: (element: Element) => Promise; interface StackContextOptions { maxLines?: number; } declare const formatElementInfo: (element: Element, options?: StackContextOptions) => Promise; //#endregion //#region src/core/theme.d.ts declare const DEFAULT_THEME: Required; //#endregion //#region src/utils/generate-snippet.d.ts declare const generateSnippet: (elements: Element[], options?: StackContextOptions) => Promise; //#endregion //#region src/core/index.d.ts declare const init: (rawOptions?: Options) => ReactGrabAPI; //#endregion export { getStack as a, formatElementInfo as i, generateSnippet as n, DEFAULT_THEME as r, init as t };