vuepress-theme-hope
Version:
A light vuepress theme with tons of features
9 lines • 306 B
TypeScript
import type { FunctionalComponent } from "vue";
import "../../styles/navbar/toggle-sidebar-button.scss";
declare const ToggleSidebarButton: FunctionalComponent<{
onToggle: () => void;
}, {
toggle: () => void;
}>;
export default ToggleSidebarButton;
//# sourceMappingURL=ToggleSidebarButton.d.ts.map