UNPKG
@ishitatsuyuki/oruga-next
Version:
latest (0.5.5-direct-export)
0.5.5-direct-export
UI components for Vue.js and CSS framework agnostic
oruga.io
oruga-ui/oruga
@ishitatsuyuki/oruga-next
/
src
/
shims-vue.d.ts
6 lines
(5 loc)
•
147 B
TypeScript
View Raw
1
2
3
4
5
6
declare
module
'*.vue'
{
import
type
{
DefineComponent
}
from
'vue'
const
component
:
DefineComponent
<{}, {},
any
>
export
default
component }