UNPKG

agentic-ui-libs

Version:

A modular, config-driven analytics library for React and Angular applications

9 lines 282 B
import React from 'react'; import { ControlsConfig } from '@/types'; interface SectionControlsProps { config: ControlsConfig; className?: string; } export declare const SectionControls: React.FC<SectionControlsProps>; export {}; //# sourceMappingURL=SectionControls.d.ts.map