@codedoc/core
Version:
Create beautiful modern documentation websites.
6 lines (5 loc) • 326 B
TypeScript
import { ThemedComponentThis } from '@connectv/jss-theme';
import { RendererLike } from '@connectv/html';
import { CodedocTheme } from '../../../theme';
export declare function Watermark(this: ThemedComponentThis<CodedocTheme>, _: any, renderer: RendererLike<any, any>): HTMLElement;
export { WatermarkStyle } from './style';