UNPKG

@spicy-ui/core

Version:

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

7 lines (6 loc) 260 B
import * as React from 'react'; import { SxProp } from '../../system'; import { AsProp, ChildrenProp } from '../../types'; export interface ModalBodyProps extends AsProp, ChildrenProp, SxProp { } export declare const ModalBody: React.FC<ModalBodyProps>;