UNPKG

dumi-theme-antd-style

Version:

dumi-theme-antd-style 是为 dumi2 打造的一款文档站主题包,提供了更加美观、易用的研发与阅读体验

9 lines (8 loc) 223 B
/// <reference types="react" /> interface LinkerProps { title: string; link: string; type?: 'prev' | 'next'; } declare const _default: import("react").NamedExoticComponent<LinkerProps>; export default _default;