dumi-theme-antd-style
Version:
dumi-theme-antd-style 是为 dumi2 打造的一款文档站主题包,提供了更加美观、易用的研发与阅读体验
14 lines (13 loc) • 437 B
TypeScript
export declare const useStyles: (props?: {
rowNum: number;
hasLink?: boolean | undefined;
} | undefined) => import("antd-style").ReturnStyles<{
cell: import("antd-style").SerializedStyles;
container: import("antd-style").SerializedStyles;
title: string;
desc: string;
imgContainer: string;
img: string;
link: import("antd-style").SerializedStyles;
blur: import("antd-style").SerializedStyles;
}>;