@denali-design/react
Version:
React.JS component library for the Denali CSS Framework
16 lines • 503 B
TypeScript
/**
* Copyright 2020, Verizon Media
* Licensed under the terms of the MIT license. See accompanying LICENSE.md file for terms.
*/
import React from 'react';
export declare const DnModal: React.FC<DnModalProps>;
export interface DnModalProps {
id?: string;
isFull?: boolean;
modalContainerClassName?: string;
closeContent?: React.ReactNode;
headerContent?: React.ReactNode;
footerContent?: React.ReactNode;
children: React.ReactNode;
}
//# sourceMappingURL=DnModal.d.ts.map