UNPKG

@apexcura/ui-builder

Version:

A low-code UI builder library for dynamic form generation and reusable components built with React, Redux, Tailwind, and Ant Design.

7 lines (6 loc) 170 B
import React from 'react'; interface LoadingStateProps { isLoading?: boolean; } declare const LoadingState: React.FC<LoadingStateProps>; export default LoadingState;