UNPKG

@automattic/agenttic-ui

Version:

UI components for the Agenttic framework

7 lines 293 B
import React from 'react'; export interface AgentUIFooterProps { children?: React.ReactNode; className?: string; } export declare function AgentUIFooter({ children, className, }?: AgentUIFooterProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=AgentUIFooter.d.ts.map