UNPKG

@cn-ui/core

Version:

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

7 lines (6 loc) 289 B
import type { SelectOptionsType } from "@cn-ui/reactive"; export declare const Tabs: import("solid-js").Component<import("@cn-ui/reactive").OriginComponentOutputType<{ options: SelectOptionsType[]; closable?: boolean; addable?: boolean; }, HTMLDivElement, SelectOptionsType>>;