UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

9 lines 296 B
import type { FunctionalComponent } from "vue"; import "../styles/toggle-sidebar-button.scss"; declare const ToggleSidebarButton: FunctionalComponent<{ onToggle: () => void; }, { toggle: () => void; }>; export default ToggleSidebarButton; //# sourceMappingURL=ToggleSidebarButton.d.ts.map