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
/
ui
/
skeleton.d.ts
3 lines
•
190 B
TypeScript
View Raw
1
2
3
declare
function
Skeleton
(
{ className, ...props }: React.HTMLAttributes<HTMLDivElement>
):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;
export
{
Skeleton
};
//# sourceMappingURL=skeleton.d.ts.map