UNPKG

react-text-editor-kit

Version:

React Text Editor Kit is a customizable rich text editor component for React applications. It provides a flexible and easy-to-use interface for users to create and edit content with various formatting options. And also easy to integrate in react applicati

7 lines (6 loc) 139 B
export const getBaseDomain = () => { if (typeof window !== "undefined") { return window.location.hostname; } return ""; };