UNPKG

@ark-ui/vue

Version:

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

6 lines (5 loc) 208 B
/** * Access scope ID for scoped styles from parent component. * We need to traverse up the component tree to find a parent with scoped styles. */ export declare function useScopeId(): string | undefined;