vuepress / vuepress-community

:bulb: Community supported ecosystem for VuePress
https://vuepress-community.netlify.app
MIT License
81 stars 62 forks source link

[Feature Request] Add ThemeOptionAPI type #11

Closed Mister-Hope closed 4 years ago

Mister-Hope commented 4 years ago
// theme-api.d.ts
export interface ThemeOptionAPI extends PluginOptionAPI{
  extend?: string;
}
Mister-Hope commented 4 years ago

If you think it's Okey I can create a pull request, or you can push a commit by yourself.

And if you want, I can help with adding some comment docs on vuepress-types for a better typescript experiense, based on the English version of Vuepress docs.

lock[bot] commented 4 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.