UNPKG

copper-ui

Version:

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

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