export type { CanvasNodeTooltipConfig, CanvasNodeTooltipProps, CanvasPortalHoverDetail, CanvasPortalSource, } from '../../TableGlide'; export { Canvas, createEmptyCellGlide, createTextCellGlide, isCanvasContent, isCanvasEl, isCanvasString, isGlideGridCellObj, subscribeToCanvasPortalHover, subscribeToPortalHoverLock, TABLE_GLIDE_SIZES, fontStyles as tableCanvasFonts, THEME as tableCanvasTheme, } from '../../TableGlide'; export { TableGlideInstance } from './TableGlideInstance'; export type * from './type'; export type { Rectangle } from '@glideappsfinal/glide-data-grid'; export { TextCellEntry } from '@glideappsfinal/glide-data-grid';