@martin-hillford/markdown-ts-react
Version:
This is a React wrapper for the markdown-ts library. Please, see <https://github.com/martin-hillford/markdown-ts> for more information on the supported syntax.
5 lines (4 loc) • 371 B
TypeScript
/**
* BaseStyle provides basic html styling. This can be used to wrap html or markdown that is rendered to html.
*/
export declare const BaseStyle: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;