UNPKG

@yuntijs/ui

Version:

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

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