@carton-org/react-neumorphism
Version:
A React component library implementing the neumorphism design style
16 lines • 698 B
TypeScript
import { Theme } from '@emotion/react';
import { Sizes } from '../../constants';
declare const _default: import('react').ForwardRefExoticComponent<Pick<{
width?: number;
height?: number;
isOpen: boolean;
onClose?: () => void;
title?: string;
children: React.ReactNode;
headerSize?: Sizes;
theme: Theme;
} & Partial<import('react').HTMLAttributes<HTMLDivElement>> & import('react').RefAttributes<HTMLDivElement>, "height" | "width" | keyof import('react').HTMLAttributes<HTMLDivElement> | keyof import('react').RefAttributes<HTMLDivElement> | "isOpen" | "onClose" | "headerSize"> & {
theme?: Theme;
}>;
export default _default;
//# sourceMappingURL=Modal.d.ts.map