UNPKG

samorphic-vue

Version:

A Vue 3 component library styled with neumorphism, including buttons, inputs, cards, and more.

6 lines (5 loc) 118 B
import { App } from 'vue'; declare const SamorphicVue: { install(app: App): void; }; export default SamorphicVue;