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
/
grid
/
grid-header.d.ts
6 lines
•
206 B
TypeScript
View Raw
1
2
3
4
5
6
interface
GridHeaderProps
{
title
:
string
; }
export
declare
function
GridHeader
(
{ title }:
GridHeaderProps
):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;
export
{};
//# sourceMappingURL=grid-header.d.ts.map