Appearance
This composable function returns the unique id of the component.
import { useComponentId } from '@flux-ui/internals'; const componentId = useComponentId();
import type { Ref } from 'vue'; export declare function useComponentId(): Ref<number>;