mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 23:06:00 +00:00
7 lines
147 B
Svelte
7 lines
147 B
Svelte
<script lang="ts">
|
|
import TextCellView from './TextCellView.svelte';
|
|
export let selection;
|
|
</script>
|
|
|
|
<TextCellView wrap="hard" {selection} />
|