Closed guesung closed 1 month ago
I used Lumiflex component, then i found there is no type reference I can do.
Lumiflex
There is no type in LumiflexProps.
LumiflexProps
I found that there is no type about CommonProps, ControlProps, TimeProps in index.d.ts where the type entry file.
CommonProps, ControlProps, TimeProps
So I add type export in
The latest updates on your projects. Learn more about Vercel for Git ↗︎
I used
Lumiflex
component, then i found there is no type reference I can do.Before
There is no type in
LumiflexProps
.I found that there is no type about
CommonProps, ControlProps, TimeProps
in index.d.ts where the type entry file.So I add type export in
After