django-vue3-admin-web/node_modules/snabbdom/build/modules/attributes.d.ts
2025-10-20 21:21:14 +08:00

4 lines
148 B
TypeScript

import { Module } from "./module.js";
export type Attrs = Record<string, string | number | boolean>;
export declare const attributesModule: Module;