package.ssr.index.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mikado Show documentation
Show all versions of mikado Show documentation
Web's fastest template library to build user interfaces.
The newest version!
declare class MikadoSSR {
constructor(template: Template, options?: MikadoSSROptions);
name: TemplatePath;
state: Object;
apply(data?: Object, state?: Object): HTMLString;
render(data?: Object|Array
© 2015 - 2025 Weber Informatics LLC | Privacy Policy