UNPKG

copper-ui

Version:

Modern React UI components library with TypeScript support, built on top of Ant Design

7 lines 230 B
import { ReactNode } from '../../../../node_modules/.pnpm/react@19.1.1/node_modules/react'; export type TIfProps = { when: unknown; elseComponent?: ReactNode; children: ReactNode; }; //# sourceMappingURL=types.d.ts.map