UNPKG

svelte-rune-highlight

Version:
6 lines (5 loc) 250 B
import './styles.css'; import type { ExampleWrapperProps } from './types'; declare const ExampleWrapper: import("svelte").Component<ExampleWrapperProps, {}, "">; type ExampleWrapper = ReturnType<typeof ExampleWrapper>; export default ExampleWrapper;