import type {Breakpoint, ColorVariant} from '../..' // Props export interface Props { borderVariant?: ColorVariant tableClass?: Array | Record | string tableVariant?: string bordered?: boolean borderless?: boolean captionTop?: boolean dark?: boolean hover?: boolean responsive?: boolean | Breakpoint stacked?: boolean | Breakpoint striped?: boolean small?: boolean } // Emits // Other