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 / dist / components / features / SkipNav / Anchor.d.ts
Size: Mime:
import React from 'react';
import { AnchorProps } from './typings';
/**
 * @description this makes the link go to `main`
 * @todo this file is unused, but should be used...
 */
declare class Anchor extends React.PureComponent<AnchorProps> {
    static defaultProps: {
        identifier: string;
    };
    render(): JSX.Element;
}
export { Anchor };
export default Anchor;