@@ -22,7 +22,7 @@
|
||||
close(focusableElement: HTMLElement | HTMLElement | null): void;
|
||||
}
|
||||
|
||||
let DISCLOSURE_CONTEXT_NAME = "DisclosureContext";
|
||||
let DISCLOSURE_CONTEXT_NAME = "headlessui-disclosure-context";
|
||||
|
||||
export function useDisclosureContext(
|
||||
component: string
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<script lang="ts" context="module">
|
||||
import { getContext, setContext } from "svelte";
|
||||
let DISCLOSURE_PANEL_CONTEXT_NAME = "DisclosurePanelContext";
|
||||
let DISCLOSURE_PANEL_CONTEXT_NAME = "headlessui-disclosure-panel-context";
|
||||
|
||||
export function usePanelContext(): string | undefined {
|
||||
return getContext(DISCLOSURE_PANEL_CONTEXT_NAME);
|
||||
|
||||
Reference in New Issue
Block a user