UNPKG
lumarc-grid
Version:
latest (2.0.3)
2.0.3
2.0.2
2.0.1
2.0.0
lumArc Grid는 고성능, 유연하고 프레임워크에 구애받지 않는 데이터 그리드 라이브러리
github.com/amenooto/lumarc
amenooto/lumarc
lumarc-grid
/
dist
/
core
/
components
/
theme-provider.d.ts
3 lines
•
218 B
TypeScript
View Raw
1
2
3
import
{
ThemeProviderProps
}
from
'next-themes'
;
export
declare
function
ThemeProvider
(
{ children, ...props }: ThemeProviderProps
):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;
//# sourceMappingURL=theme-provider.d.ts.map