/** * Terminal Chrome — lightweight barrel export. * * Exports only the glassmorphism shell components (no restty, no xterm). * Use `@mks2508/mks-ui/react/blocks/Terminal/chrome` for zero terminal deps. * * @module @mks2508/mks-ui/react/blocks/Terminal/chrome */ export { TerminalPanelChrome, NOISE_TEXTURE_SVG, terminalScrollStyles } from './panel/TerminalPanelChrome'; export { TerminalPanelHeader } from './panel/TerminalPanelHeader'; export { TerminalPanelFooter } from './panel/TerminalPanelFooter'; export { terminalChromeStyles, terminalChromeVariants, ACCENT_GRADIENTS, type TerminalChromeSlot, type TerminalChromeVariantProps, } from './panel/TerminalPanelChrome.styles'; export type { ITerminalPanelChromeProps } from './panel/TerminalPanelChrome.types'; export { ChromeShell, chromeShellStyles, CHROME_SHELL_FOOTER_HEIGHT, CHROME_SHELL_TOOLBAR_HEIGHT, resolveChromeShellAccent, type IChromeShellProps, type TChromeShellAccent, type TChromeShellSize, type TChromeShellSlot, type TChromeShellVariant, } from './ChromeShell'; //# sourceMappingURL=chrome.d.ts.map