UNPKG

@coinmeca/ui

Version:

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

6 lines 233 B
export interface TextCollapse { text: string; condition?: boolean; } export default function TextCollapse({ text, condition }: TextCollapse): import("react").JSX.Element | undefined; //# sourceMappingURL=TextCollapse.d.ts.map