watercolor-ui
Version:
A modern minimalist cross-framework component library
12 lines • 372 B
TypeScript
/**
* Paradox – 显示悖论文本
* Props
* content string 悖论文本
* tooltip string 悬停提示
*/
export default function Paradox({ content, tooltip, className }: {
content?: string | undefined;
tooltip?: string | undefined;
className?: string | undefined;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=Paradox.d.ts.map