UNPKG

@carbon/ibm-products

Version:
11 lines 279 B
export function UiShell({ children }: { children: any; }): React.JSX.Element; export namespace UiShell { namespace propTypes { export { node as children }; } } import React from 'react'; import { node } from 'prop-types'; //# sourceMappingURL=UiShell.d.ts.map