
package.dist.components.portal.portal.d.cts Maven / Gradle / Ivy
import { PropsWithChildren, RefObject } from 'react';
export interface PortalProps {
disabled?: boolean;
container?: RefObject;
}
export declare const Portal: (props: PropsWithChildren) => import("react/jsx-runtime").JSX.Element;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy