UNPKG

@spicy-ui/core

Version:

A themable and extensible React UI library, ready to use out of the box

6 lines (5 loc) 228 B
import * as React from 'react'; import { CloseButtonProps } from '../CloseButton'; export interface ModalCloseButtonProps extends CloseButtonProps { } export declare const ModalCloseButton: React.FC<ModalCloseButtonProps>;