Skip to content
Playground

Icons

import type { Snippet } from "svelte";
import type { Label, Labels } from "@sjsf/form";
type Icons = {
[L in Label]?: Snippet<[[L, ...Labels[L]]]>;
};