UNPKG

@jengaui/utils

Version:

Jenga UI Utils component in React

11 lines (9 loc) 353 B
interface OverlayTransitionCSSProps { suffix?: string; placement?: string; minScale?: string | number; minOffset?: string; forChild?: boolean; } declare const getOverlayTransitionCSS: ({ suffix, placement, minScale, minOffset, }?: OverlayTransitionCSSProps) => string; export { OverlayTransitionCSSProps, getOverlayTransitionCSS };