UNPKG

@ark-ui/vue

Version:

A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.

3 lines (2 loc) 134 B
export type Booleanish = boolean | 'true' | 'false'; export declare const toBooleanValue: (value: Booleanish | undefined) => boolean;