UNPKG

@workday/canvas-kit-docs

Version:

Documentation components of Canvas Kit components

7 lines (6 loc) 234 B
import { jsx as _jsx } from "react/jsx-runtime"; import { registerWidget } from '../Value'; import { SymbolDialog } from '../widgetUtils'; registerWidget('symbol', ({ value }) => { return _jsx(SymbolDialog, { value: value }); });