wix-style-react
Version:
wix-style-react
16 lines • 583 B
TypeScript
export function TableContent({ titleBarVisible, titleBarDisplay, dataHook, }: {
titleBarVisible?: boolean | undefined;
titleBarDisplay?: boolean | undefined;
dataHook: any;
}): React.JSX.Element;
export namespace TableContent {
let displayName: string;
namespace propTypes {
let titleBarVisible: PropTypes.Requireable<boolean>;
let titleBarDisplay: PropTypes.Requireable<boolean>;
let dataHook: PropTypes.Requireable<string>;
}
}
import React from 'react';
import PropTypes from 'prop-types';
//# sourceMappingURL=TableContent.d.ts.map