UNPKG

@yuntijs/ui

Version:

☁️ Yunti UI - an open-source UI component library for building Cloud Native web apps

5 lines (4 loc) 179 B
import type { FlexProps } from 'antd'; import React from 'react'; export type ProCardContentProps = FlexProps; export declare const ProCardContent: React.FC<ProCardContentProps>;