refactor(shared): update utilities, API layer, and types
This commit is contained in:
@@ -11,6 +11,9 @@ import { setContext } from 'svelte';
|
||||
import type { Snippet } from 'svelte';
|
||||
|
||||
interface Props {
|
||||
/**
|
||||
* Content snippet
|
||||
*/
|
||||
children: Snippet;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user