sit-onyx 1.0.0-beta.166 → 1.0.0-beta.167

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.
@@ -2,6 +2,7 @@ import type { DataGridEntry } from "../types";
2
2
  import type { DataGridFeature, TypeRenderer, TypeRenderMap } from "./index";
3
3
  import "./renderer.scss";
4
4
  export type DefaultSupportedTypes = "string" | "number";
5
+ export declare const FALLBACK_RENDER_VALUE: "-";
5
6
  export declare const createRenderer: <TEntry extends DataGridEntry>(features: DataGridFeature<TEntry, TypeRenderMap<TEntry>, symbol>[]) => {
6
7
  /**
7
8
  * Returns a renderer for any given component and type.