UNPKG

equal-vue

Version:

Equal is a Vue 3 hackable UI library empowered by tailwindcss

9 lines (7 loc) 204 B
import { Ref } from 'vue' export type TEmit = (event: string, ...args: unknown[]) => void export type TProps = { [key: string]: any } export interface IEqual { drawers: Ref[] modals: Ref[] }