This commit is contained in:
Timothy Jaeryang Baek 2025-06-09 02:16:23 +04:00
parent 2573882b88
commit 9409083d0b

View file

@ -22,7 +22,7 @@
export let value: string = '';
export let unloadModelHandler: (modelValue: string) => void = () => {};
export let pinModelHandler: (modelValue: string) => void = () => {};
export let pinModelHandler: (modelId: string) => void = () => {};
export let onClick: () => void = () => {};