UNPKG

@project44-manifest/react

Version:

Manifest Design System react components

9 lines 263 B
import type { CSS } from '@project44-manifest/react-styles'; export declare type DialogContentElement = 'div'; export interface DialogContentProps { /** * Theme aware style object */ css?: CSS; } //# sourceMappingURL=DialogContent.types.d.ts.map