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.

4 lines (3 loc) 167 B
import React from 'react'; import { ACDateRangeSegmentsNode } from '../Types/components'; export declare const ACDateRangeSegments: React.FC<ACDateRangeSegmentsNode>;