import { SetupContext, StyleValue as VueStyleValue } from 'vue'; export type StyleValue = VueStyleValue; export type ClassValue = string | undefined | Record | ClassValue[]; export type AttrsValue = Exclude;