UNPKG

@rise4fun/docusaurus-theme-codesandbox-button

Version:
4 lines (3 loc) 157 B
/// <reference types="react" /> import type { Props } from '@theme/CodeSandboxButton'; export default function CodeSandboxButton(props: Props): JSX.Element;