| 1 | import { TextAttributes } from '@opentui/core' |
| 2 | import { memo, useCallback, useMemo, type ReactNode } from 'react' |
| 3 | import React from 'react' |
| 4 | import { useShallow } from 'zustand/react/shallow' |
nothing calls this directly
no test coverage detected