declare module 'solid-js' { namespace JSX { interface CustomAttributes { has?: string; } } } export {}; //# sourceMappingURL=attribute-types.d.ts.map