@base-ui-components/react
Version:
Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.
12 lines (11 loc) • 453 B
TypeScript
import type { GenericHTMLProps } from '../../utils/types.js';
export declare function usePreviewCardPopup(params: usePreviewCardPopup.Parameters): usePreviewCardPopup.ReturnValue;
declare namespace usePreviewCardPopup {
interface Parameters {
getProps: (externalProps?: GenericHTMLProps) => GenericHTMLProps;
}
interface ReturnValue {
getPopupProps: (externalProps?: GenericHTMLProps) => GenericHTMLProps;
}
}
export {};