1234567891011121314 |
- type InferStrategy = [string, [string, string][][]];
- /**
- * @examples
- * ✅
- * color - `discrete`, shape - `constant`
- * legendCategory.rule[27] is matched
- *
- * ❎
- * shape - `discrete`, size - `constant`
- * There are no rules to match
- *
- */
- export declare const LEGEND_INFER_STRATEGIES: InferStrategy[];
- export {};
|