UNPKG

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