marko-widgets
Version:
<h1 align="center"> <!-- Logo --> <br/> marko-widgets@8 <br/>
14 lines (13 loc) • 396 B
TypeScript
import { types as t } from "@marko/compiler";
declare module "@marko/compiler" {
interface MarkoMeta {
widgetBind?: Record<string, string> | string | true;
}
}
declare const _default: {
MarkoAttribute(this: unknown, attr: t.NodePath<t.MarkoAttribute>): void;
Program: {
exit(this: unknown, program: t.NodePath<t.Program>): void;
};
};
export default _default;