UNPKG

copper-ui

Version:

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

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