@ansible/ansible-ui-framework 2.4.2578 → 2.4.2580

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +0,0 @@
1
- import { ReactNode } from 'react';
2
- export declare function DropdownControlled(props: {
3
- items: ReactNode[];
4
- }): import("react/jsx-runtime").JSX.Element;