@odoo/o-spreadsheet
Version:
A spreadsheet component
12 lines (11 loc) • 424 B
TypeScript
import { Component } from "@odoo/owl";
import { SpreadsheetChildEnv } from "../../types/spreadsheet_env";
import { Highlight, HighlightProps } from "../highlight/highlight/highlight";
export declare class Selection extends Component<{}, SpreadsheetChildEnv> {
static template: string;
static props: {};
static components: {
Highlight: typeof Highlight;
};
get highlightProps(): HighlightProps;
}