mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 04:16:00 +00:00
7 lines
148 B
Svelte
7 lines
148 B
Svelte
<script lang="ts">
|
|
import JsonCellView from './JsonCellView.svelte';
|
|
export let selection;
|
|
</script>
|
|
|
|
<JsonCellView {selection} showWholeRow />
|