Repository URL to install this package:
|
Version:
0.7.4+sf.2 ▾
|
import { ReactNode } from 'react';
export declare const DisclaimerLink: ({ children, href, }: {
children: ReactNode;
href: string;
}) => JSX.Element;