UNPKG
@rivercoders/vue3-datagrid
Version:
latest (3.3.0)
3.3.0
3.2.17
3.2.9
3.2.7
3.2.6
3.2.5
Vue 3 DataGrid Spreadsheet
github.com/revolist/vue3-datagrid
revolist/vue3-datagrid
@rivercoders/vue3-datagrid
/
shims-vue.d.ts
6 lines
(5 loc)
•
151 B
TypeScript
View Raw
1
2
3
4
5
6
declare
module
"*.vue"
{
import
{ defineComponent }
from
"vue"
;
const
Component
:
ReturnType
<
typeof
defineComponent>;
export
default
Component
; }