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

package.dist.theming.CustomStyle.d.ts Maven / Gradle / Ivy

type CustomCSSChangeCallback = (tag: string) => void;
declare const attachCustomCSSChange: (listener: CustomCSSChangeCallback) => void;
declare const detachCustomCSSChange: (listener: CustomCSSChangeCallback) => void;
declare const addCustomCSS: (tag: string, css: string) => Promise;
declare const getCustomCSS: (tag: string) => string;
export { addCustomCSS, getCustomCSS, attachCustomCSSChange, detachCustomCSSChange, };




© 2015 - 2024 Weber Informatics LLC | Privacy Policy