UNPKG

@ryusei/light

Version:

<div align="center"> <a href="https://light.ryuseijs.com"> <img alt="RyuseiLight" src="https://light.ryuseijs.com/images/svg/logo.svg" width="70"> </a>

17 lines 388 B
import { Language } from '../../types'; import { HtmlOptions } from '../html/html'; /** * The Vue language options. * * @since 0.0.12 */ interface VueOptions extends HtmlOptions { } /** * Returns the VUE language definition. * * @return A Language object. */ export declare function vue(options?: VueOptions): Language; export {}; //# sourceMappingURL=vue.d.ts.map