UNPKG

309 BTypeScriptView Raw
1import * as React from 'react';
2export interface LevelItemProps extends React.HTMLProps<HTMLDivElement> {
3 /** content rendered inside the Level Layout Item */
4 children?: React.ReactNode;
5}
6export declare const LevelItem: React.FunctionComponent<LevelItemProps>;
7//# sourceMappingURL=LevelItem.d.ts.map
\No newline at end of file