UNPKG

copper-ui

Version:

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

7 lines 231 B
import { FC } from '../../../../node_modules/.pnpm/react@19.1.1/node_modules/react'; type Props = { title?: string; }; declare const SelectTitle: FC<Props>; export default SelectTitle; //# sourceMappingURL=select-title.d.ts.map