Skip to content
Snippets Groups Projects
Commit 1bb37c72 authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Change variable type

parent 1012a5af
Branches
Tags
1 merge request!270Crée composants partie budget
Pipeline #17189 passed
<script lang="ts"> <script lang="ts">
import type { Variable } from "@openfisca/json-model" import type { Decomposition } from "$lib/decompositions"
import type { DisplayMode } from "$lib/displays" import type { DisplayMode } from "$lib/displays"
import { newSimulationUrl } from "$lib/urls" import { newSimulationUrl } from "$lib/urls"
export let displayMode: DisplayMode export let displayMode: DisplayMode
export let variable: Variable export let variable: Decomposition
</script> </script>
<div class="p-2 rounded-lg border border-gray-200 bg-white shadow-md"> <div class="p-2 rounded-lg border border-gray-200 bg-white shadow-md">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment