/
opt
/
canhelp
/
node_modules
/
next
/
dist
/
next-devtools
/
dev-overlay
/
components
/
terminal
/
/opt/canhelp/node_modules/next/dist/next-devtools/dev-overlay/components/terminal
mkdir
upload
Name
Size
Mode
Actions
editor-link.d.ts
663
0644
edit
dl
rm
index.d.ts
39
0644
edit
dl
rm
terminal.d.ts
817
0644
edit
dl
rm
Edit:
/opt/canhelp/node_modules/next/dist/next-devtools/dev-overlay/components/terminal/terminal.d.ts
(817B)
import * as React from 'react'; type TerminalProps = { content: string; }; export declare const Terminal: React.FC<TerminalProps>; export declare const TERMINAL_STYLES = "\n [data-nextjs-terminal]::selection,\n [data-nextjs-terminal] *::selection {\n background-color: var(--color-ansi-selection);\n }\n\n [data-nextjs-terminal] * {\n color: inherit;\n background-color: transparent;\n font-family: var(--font-stack-monospace);\n }\n\n [data-nextjs-terminal] > div > p {\n display: flex;\n align-items: center;\n justify-content: space-between;\n cursor: pointer;\n margin: 0;\n }\n [data-nextjs-terminal] > div > p:hover {\n text-decoration: underline dotted;\n }\n [data-nextjs-terminal] div > pre {\n overflow: hidden;\n display: inline-block;\n }\n"; export {};
Save
cmd:
run