INIT
This commit is contained in:
Generated
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
import type { SelectGroupHeadingProps } from "../types.js";
|
||||
declare const SelectGroupHeading: import("svelte").Component<SelectGroupHeadingProps, {}, "ref">;
|
||||
type SelectGroupHeading = ReturnType<typeof SelectGroupHeading>;
|
||||
export default SelectGroupHeading;
|
||||
Reference in New Issue
Block a user