comment usage of props with old syntax
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
token?: string;
|
token?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// props, old syntax
|
||||||
export let list: ListItem[] = [];
|
export let list: ListItem[] = [];
|
||||||
export let currentName: string;
|
export let currentName: string;
|
||||||
export let onSave: (n: string, o: string) => unknown = () => {};
|
export let onSave: (n: string, o: string) => unknown = () => {};
|
||||||
|
|||||||
Reference in New Issue
Block a user