UNPKG

@cn-ui/core

Version:

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

5 lines (4 loc) 143 B
export * from "./Select"; export * from "./FormSelect"; export type { SelectOptionsType } from "@cn-ui/reactive"; export * from "./SelectCtx";