UNPKG

@yuntijs/ui

Version:

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

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