UNPKG

@stackoverfloweth/prefect-design

Version:

A collection of low-level Vue components.

5 lines (4 loc) 263 B
import { SetupContext, StyleValue as VueStyleValue } from 'vue' export type StyleValue = VueStyleValue export type ClassValue = string | undefined | Record<string, boolean> | ClassValue[] export type AttrsValue = Exclude<SetupContext['attrs'], 'class' | 'style'>