UNPKG

@ark-ui/vue

Version:

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

15 lines (14 loc) 274 B
export interface RootProps { /** * Whether the swap is in the "on" state. */ swap?: boolean; /** * Whether to enable lazy mounting. */ lazyMount?: boolean; /** * Whether to unmount on exit. */ unmountOnExit?: boolean; }