UNPKG

copper-ui

Version:

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

8 lines 351 B
import { ReactNode } from '../../../node_modules/.pnpm/react@19.1.1/node_modules/react'; declare const TextContainer: ({ children, className, disabled, }: { children: ReactNode; className?: string; disabled?: boolean; }) => import("react/jsx-runtime").JSX.Element; export default TextContainer; //# sourceMappingURL=text-container.d.ts.map