UNPKG

@odoo/o-spreadsheet

Version:
12 lines (11 loc) 424 B
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; }