UNPKG

framework7

Version:

Full featured mobile HTML framework for building iOS & Android apps

5 lines (4 loc) 189 B
import { Module } from './module.js'; export declare type Attrs = Record<string, string | number | boolean>; export declare const attributesModule: Module; export default attributesModule;