UNPKG

372 BTypeScriptView Raw
1import * as React from 'react';
2export interface JumpLinksListProps extends React.HTMLProps<HTMLUListElement> {
3 /** Text to be rendered inside span */
4 children?: React.ReactNode;
5 /** Classname to add to ul. */
6 className?: string;
7}
8export declare const JumpLinksList: React.FunctionComponent<JumpLinksListProps>;
9//# sourceMappingURL=JumpLinksList.d.ts.map
\No newline at end of file