UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

7 lines (6 loc) 246 B
import type { FunctionalComponent } from "vue"; import "../../styles/home/hero-slide-down-button.scss"; declare const HeroSlideDownButton: FunctionalComponent<Record<never, never>, { click: () => void; }>; export default HeroSlideDownButton;