UNPKG

wix-style-react

Version:
15 lines 471 B
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