| 1 | import { c as _c } from "react/compiler-runtime"; |
| 2 | import * as React from 'react'; |
| 3 | import { Box, Text, useTheme } from '../../ink.js'; |
| 4 | import { getTheme, type Theme } from '../../utils/theme.js'; |
nothing calls this directly
no test coverage detected