UNPKG

copper-ui

Version:

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

7 lines 249 B
import { FC } from '../../../../node_modules/.pnpm/react@19.1.1/node_modules/react'; type Props = { isLoading?: boolean; }; declare const NotFoundContent: FC<Props>; export default NotFoundContent; //# sourceMappingURL=not-found-content.d.ts.map