lumarc-grid
Version:
lumArc Grid는 고성능, 유연하고 프레임워크에 구애받지 않는 데이터 그리드 라이브러리
9 lines • 321 B
TypeScript
interface GridErrorStateProps {
error: string;
title?: string;
onRetry?: () => void;
className?: string;
}
export declare function GridErrorState({ error, title, onRetry, className, }: GridErrorStateProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=grid-error-state.d.ts.map