UNPKG

@flatbiz/antd

Version:
13 lines (10 loc) 234 B
import { CardProps } from 'antd'; /** * ``` * 主要为了解决,标题固定,内容滚动 * ``` * @param props * @returns */ export declare const CardWrapper: (props: CardProps) => import("react").JSX.Element; export {};