UNPKG

@yuntijs/ui

Version:

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

5 lines (4 loc) 258 B
import React from 'react'; import { DescriptionsProps } from "../../Descriptions"; export type ProCardDescriptionsProps = Omit<DescriptionsProps, 'title' | 'bordered' | 'layout'>; export declare const ProCardDescriptions: React.FC<ProCardDescriptionsProps>;