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.

13 lines (12 loc) 279 B
import React from 'react'; export declare const testIcons: { [key: string]: string; }; export declare const sidenavIcons: { [key: string]: (props: { fill?: string; }) => React.ReactNode; }; export declare const icons: { [key: string]: React.ReactNode; };