UNPKG

edit-on-slate

Version:

Slate 기반의 직관적이고 강력한 리액트 텍스트 에디터 라이브러리

6 lines (5 loc) 278 B
declare const isSVG: (target: Element) => boolean; declare const isHidden: (target: Element) => boolean; declare const isElement: (obj: unknown) => boolean; declare const isReplacedElement: (target: Element) => boolean; export { isSVG, isHidden, isElement, isReplacedElement };