UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

4 lines (3 loc) 239 B
import { createContext } from '../create-context.svelte.js'; export const [getStepsContext, setStepsContext] = createContext('Steps'); export const [getStepsItemPropsContext, setStepsItemPropsContext] = createContext('StepsItem [PROPS]');