UNPKG

devexpress-reporting-react

Version:

DevExpress Reporting React provides the capability to develop a reporting application to create and customize reports.

4 lines (3 loc) 225 B
import React from 'react'; const CheckBoxGlyphEditingField = ({ data }) => (React.createElement("div", { className: "dxrd-checkbox-custom-glyph", style: data.customGlyphStyleCss })); export default CheckBoxGlyphEditingField;