All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.converters.DOMReference.d.ts Maven / Gradle / Ivy

declare const DOMReferenceConverter: {
    toAttribute(propertyValue: string | HTMLElement): string | null;
    fromAttribute(value: string | null): string | null;
};
export default DOMReferenceConverter;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy