wix-style-react
Version:
wix-style-react
15 lines • 471 B
TypeScript
export function Footnote({ dataHook, className, children }: {
dataHook: any;
className: any;
children: any;
}): any;
export namespace Footnote {
let displayName: string;
namespace propTypes {
let className: PropTypes.Requireable<string>;
let dataHook: PropTypes.Requireable<string>;
let footnote: PropTypes.Requireable<PropTypes.ReactNodeLike>;
}
}
import PropTypes from 'prop-types';
//# sourceMappingURL=Footnote.d.ts.map