UNPKG

@mattilsynet/designsystem-svelte

Version:

Design system for Mattilsynet

10 lines (9 loc) 261 B
import type { Snippet } from 'svelte'; interface Props { class?: string; header?: string; children?: Snippet; } declare const TableCol: import("svelte").Component<Props, {}, "">; type TableCol = ReturnType<typeof TableCol>; export default TableCol;