@dosgato/templating 0.0.139 → 0.0.140
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/uitemplate.d.ts +1 -1
- package/package.json +1 -1
package/dist/uitemplate.d.ts
CHANGED
|
@@ -132,7 +132,7 @@ export interface UITemplateData extends UITemplateBase {
|
|
|
132
132
|
/**
|
|
133
133
|
* An icon for the cell in all regular rows (not the header).
|
|
134
134
|
*/
|
|
135
|
-
icon?: (data: DataData) => IconOrSVG;
|
|
135
|
+
icon?: (data: DataData) => IconOrSVG | undefined;
|
|
136
136
|
/**
|
|
137
137
|
* Set a fixed width for this column
|
|
138
138
|
*
|