UNPKG

docusaurus-theme-redoc

Version:
12 lines 335 B
import '../../global'; import type { RedocProps } from '../../types/common'; import './styles.css'; /*! * Redocusaurus * https://redocusaurus.vercel.app/ * (c) 2025 Rohit Gohri * Released under the MIT License */ declare function Redoc(initProps: RedocProps): JSX.Element; export default Redoc; //# sourceMappingURL=Redoc.d.ts.map