@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
9 lines • 372 B
TypeScript
import * as React from 'react';
export interface JumpLinksListProps extends React.HTMLProps<HTMLUListElement> {
/** Text to be rendered inside span */
children?: React.ReactNode;
/** Classname to add to ul. */
className?: string;
}
export declare const JumpLinksList: React.FunctionComponent<JumpLinksListProps>;
//# sourceMappingURL=JumpLinksList.d.ts.map