UNPKG

gatsby-openrpc-theme

Version:

A gatsby theme for generated OpenRPC documentation

10 lines 593 B
export { default as Layout } from "./src/layouts"; export { default as Footer } from "./src/components/Footer"; export { default as CodeBlock } from "./src/components/CodeBlock"; export { default as NextAndPrev } from "./src/components/NextAndPrev"; export { lightTheme, darkTheme } from "./src/themes/default"; export type { LayoutProps } from "./src/layouts"; export type { FooterProps } from "./src/components/Footer"; export type { CodeBlockProps } from "./src/components/CodeBlock"; export type { NextAndPrevProps } from "./src/components/NextAndPrev"; //# sourceMappingURL=index.d.ts.map