UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

4 lines 264 B
import * as React from 'react'; import { GenericIcon } from './GenericIcon'; export const FormattingIcon = (props) => props.formatting.behavior.data().renderIcon?.(props) ?? React.createElement(GenericIcon, { ...props }); //# sourceMappingURL=FormattingIcon.js.map