UNPKG

norma-library

Version:

Olos/Norma-DS. Design System based on Material UI, developed with TypeScript and Styled Components to create reusable and consistent components in web applications.

5 lines (4 loc) 236 B
import React from 'react'; import { ModalBaseProps } from '../interfaces'; export declare function Close(): React.JSX.Element; export declare const Modal: ({ open, children, paperProps, ...props }: ModalBaseProps) => React.JSX.Element;