import type { GlobalProps, GlobalState } from '../../shared/model.js'; export type DBTableCaptionDefaultProps = {}; export type DBTableCaptionProps = DBTableCaptionDefaultProps & GlobalProps; export type DBTableCaptionDefaultState = {}; export type DBTableCaptionState = DBTableCaptionDefaultState & GlobalState;