Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui / src / components / features / SkipNav / Anchor.d.ts
Size: Mime:
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;