UNPKG

@drieam/common

Version:

Default Drieam api wrapper

5 lines (4 loc) 209 B
export declare const getAttributes: (element: Element) => any; declare type Elements = Element | HTMLCollectionOf<Element>; export declare const render: (Container: any, element: Elements) => void; export {};