UNPKG

@yuntijs/ui

Version:

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

11 lines (10 loc) 466 B
import type { SelectCardProps } from '.'; export declare const getNumberBySize: (size: SelectCardProps['size']) => { cardWidth: number; imgHeight: number; }; export declare const useStyles: (props?: Pick<SelectCardProps, "disabled" | "size"> | undefined) => import("antd-style").ReturnStyles<{ option: import("antd-style").SerializedStyles; optionSelected: import("antd-style").SerializedStyles; check: import("antd-style").SerializedStyles; }>;