UNPKG

@carton-org/react-neumorphism

Version:

A React component library implementing the neumorphism design style

11 lines 560 B
import { PopoverAlignment } from './popover.types'; export declare const StyledPopover: import('@emotion/styled').StyledComponent<Omit<import('motion/react').HTMLMotionProps<"div">, "ref"> & import('react').RefAttributes<HTMLDivElement> & { theme?: import('@emotion/react').Theme; } & { $popoverContainerStyle?: React.CSSProperties; }, {}, {}>; export declare const getPositionStyle: (wrapper: HTMLElement, tooltipWrapper: HTMLElement, alignment: PopoverAlignment) => { top: string; left: string; }; //# sourceMappingURL=popover.styles.d.ts.map