attributes.d.ts 153 B

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