UNPKG

copper-ui

Version:

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

4 lines 241 B
import { TIfProps } from './model/types'; declare const If: ({ when, children, elseComponent }: TIfProps) => import('../../../node_modules/.pnpm/react@19.1.1/node_modules/react').ReactNode; export default If; //# sourceMappingURL=if.d.ts.map