minimize inline style usage

This commit is contained in:
peterkogo
2025-04-15 12:57:34 +02:00
parent 2ca682c6f2
commit 1fa3b50366
18 changed files with 65 additions and 91 deletions
@@ -13,14 +13,14 @@
let {
store = $bindable(),
type,
containerStyle = '',
style = '',
containerStyle,
style,
LineComponent
}: {
store: SvelteFlowStore;
type: ConnectionLineType;
containerStyle: string;
style: string;
containerStyle?: string;
style?: string;
LineComponent?: Component;
} = $props();