attributes.d.ts 148 B

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