UNPKG

@aliretail/react-materials-components

Version:
8 lines (7 loc) 171 B
/// <reference types="react" /> interface IProps { content: string; path: string; } declare const Preview: (props: IProps) => JSX.Element; export default Preview;