update to 2.0
I overreached on the getter / setters sharing the same names, and everything _seemed_ to work OK at first, but then when I tried to import it...
This commit is contained in:
6
dist/fluent-dom-esm.d.ts
vendored
Normal file
6
dist/fluent-dom-esm.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { FluentDomObject } from './fluent-dom-esm.types';
|
||||
/**
|
||||
* IIFE that creates the FluentDomObject as default export
|
||||
*/
|
||||
declare const _default: FluentDomObject;
|
||||
export default _default;
|
Reference in New Issue
Block a user