import { Text } from "ink"; import React from "react"; export function ImportantText({ children }: { children: React.ReactNode }) { return {children}; }