UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

5 lines (4 loc) 269 B
// biome-ignore lint: lint/style/useImportType import * as React from 'react'; import { GenericIcon } from './GenericIcon'; export const FormattingIcon = (props) => props.formatting.behavior.data().renderIcon?.(props) ?? React.createElement(GenericIcon, { ...props });