Repository URL to install this package:
|
Version:
2.0.2 ▾
|
import React from 'react';
import { AnchorProps } from './typings';
declare class Anchor extends React.PureComponent<AnchorProps> {
static defaultProps: {
identifier: string;
};
render(): JSX.Element;
}
export { Anchor };
export default Anchor;