Repository URL to install this package:
Version:
0.9.6 ▾
|
/// <reference types="react" />
import { CopyrightProps } from './typings';
declare function renderWrap(props: CopyrightProps): JSX.Element;
declare function renderClientInfo(props: CopyrightProps): JSX.Element;
declare function renderSeperator(props: CopyrightProps): JSX.Element;
declare function renderReservedText(props: CopyrightProps): JSX.Element;
export { renderWrap, renderClientInfo, renderSeperator, renderReservedText };