UNPKG
samorphic-vue
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.1
1.0.0
A Vue 3 component library styled with neumorphism, including buttons, inputs, cards, and more.
samorphic-vue
/
dist
/
plugin.d.ts
6 lines
(5 loc)
•
118 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
App
}
from
'vue'
;
declare
const
SamorphicVue
: {
install
(
app
:
App
):
void
; };
export
default
SamorphicVue
;