UNPKG

@rise4fun/docusaurus-theme-codesandbox-button

Version:
6 lines (5 loc) 341 B
import type { Plugin } from '@docusaurus/types'; import type { ThemeConfig, CodeSandboxButtonThemeConfig } from '@rise4fun/docusaurus-theme-codesandbox-button'; export default function themeCodeSandboxButton(): Plugin<void>; export declare function getSwizzleComponentList(): undefined; export { ThemeConfig, CodeSandboxButtonThemeConfig };