Add secondary & tertiary buttons + Add utils index

This commit is contained in:
venashial
2022-05-08 12:40:10 -07:00
parent da4b4de292
commit a545c42047
10 changed files with 171 additions and 164 deletions

View File

@@ -1,6 +1,4 @@
<script lang="ts">
import type { SvelteComponent } from 'svelte';
export let value: number;
export let min: number;
export let max: number;