UNPKG

@yuntijs/ui

Version:

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

5 lines (4 loc) 211 B
import { DescriptionsProps } from './index'; export declare const useStyles: (props?: DescriptionsProps | undefined) => import("antd-style").ReturnStyles<{ custom: import("antd-style").SerializedStyles; }>;