@denali-design/react
Version:
React.JS component library for the Denali CSS Framework
11 lines • 333 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 DnBox: React.FC<DnBoxProps>;
export interface DnBoxProps {
className?: string;
children?: React.ReactNode;
}
//# sourceMappingURL=DnBox.d.ts.map