UNPKG

@cn-ui/core

Version:

The @cn-ui/core is a collection of UI components and utilities for building modern web applications with SolidJS.

6 lines (4 loc) 227 B
import { createCtx, type useSelect } from "@cn-ui/reactive"; import type { SelectOptionsType } from "@cn-ui/reactive"; export const SelectCtx = /* @__PURE__ */ createCtx<ReturnType<typeof useSelect<SelectOptionsType>>>();