UNPKG

@worktif/purei

Version:

Work TIF Material UI Theme Provider and Customization Suite for React applications with dark mode support and dynamic color schemes

15 lines (14 loc) 448 B
/** * Opens a given URL in a new browser tab. * * @param {string} url - The URL to be opened. * @return {void} This function does not return a value. */ export declare function openUrl(url: string): void; /** * Copies the provided URL to the user's clipboard. * * @param {string} url - The URL to be copied to the clipboard. * @return {void} This function does not return any value. */ export declare function copyUrl(url: string): void;