UNPKG

wix-style-react

Version:
10 lines (7 loc) 198 B
import * as React from 'react'; interface FootnoteProps { className?: string; dataHook?: string; footnote?: React.ReactNode; } export const Footnote: React.FunctionComponent<FootnoteProps>;