UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

10 lines 353 B
import type { FunctionalComponent } from "vue"; import "../styles/toggle-navbar-button.scss"; export interface ToggleNavbarButtonProps { active?: boolean; } declare const ToggleNavbarButton: FunctionalComponent<ToggleNavbarButtonProps, { toggle: () => void; }>; export default ToggleNavbarButton; //# sourceMappingURL=ToggleNavbarButton.d.ts.map