1
0
Fork 0
mirror of synced 2024-06-01 10:09:48 +12:00
budibase/packages/frontend-core/src/components/grid/cells/FormulaCell.svelte
2023-04-20 08:17:07 +01:00

6 lines
98 B
Svelte

<script>
import TextCell from "./TextCell.svelte"
</script>
<TextCell {...$$props} readonly />