This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
type $$ComponentProps = {
|
||||
mounted?: boolean;
|
||||
onMountedChange?: (mounted: boolean) => void;
|
||||
};
|
||||
declare const Mounted: import("svelte").Component<$$ComponentProps, {}, "mounted">;
|
||||
type Mounted = ReturnType<typeof Mounted>;
|
||||
export default Mounted;
|
||||
Reference in New Issue
Block a user