INIT
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
declare const Popover: import("svelte").Component<import("../types.js").PopoverRootPropsWithoutHTML, {}, "open">;
|
||||
type Popover = ReturnType<typeof Popover>;
|
||||
export default Popover;
|
||||
Reference in New Issue
Block a user