UNPKG

copper-ui

Version:

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

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