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) 136 B
export declare const getLabelFromOptions: <T extends { toString(): string; }>(options: { label?: T; value: T; }) => string;