File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { Component } from "solid-js"
22
33
4- export const undestructurePlugin : ( mode ?: "ts" | "vanilla-js" ) => any
5-
64export const component : <
75 Props extends Record < string , any >
86> ( component : Component < Props > ) => Component < Props >
Original file line number Diff line number Diff line change 11{
22 "name" : " undestructure-macros" ,
33 "description" : " A placeholder package for babel-plugin-solid-undestructure macros" ,
4- "version" : " 0.0.0 " ,
4+ "version" : " 0.0.1 " ,
55 "main" : " src/index.js" ,
66 "module" : " src/index.js" ,
77 "types" : " src/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " babel-plugin-solid-undestructure" ,
33 "description" : " A Babel plugin for SolidJS that allows you to destructure component props without losing reactivity." ,
4- "version" : " 1.0.0 " ,
4+ "version" : " 1.0.1 " ,
55 "main" : " src/index.cjs" ,
66 "types" : " src/index.d.ts" ,
77 "type" : " module" ,
Original file line number Diff line number Diff line change 1+
2+ export const undestructurePlugin : ( mode ?: "ts" | "vanilla-js" ) => any
You can’t perform that action at this time.
0 commit comments