lumarc-grid
Version:
lumArc Grid는 고성능, 유연하고 프레임워크에 구애받지 않는 데이터 그리드 라이브러리
10 lines • 360 B
TypeScript
interface GridSkeletonProps {
rows?: number;
columns?: number;
showHeader?: boolean;
showControls?: boolean;
className?: string;
}
export declare function GridSkeleton({ rows, columns, showHeader, showControls, className, }: GridSkeletonProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=grid-skeleton.d.ts.map