We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 587a419 commit ff1a01fCopy full SHA for ff1a01f
apps/website/src/components/mdx-components/index.tsx
@@ -10,8 +10,7 @@ import { Note } from '../note/note';
10
import { Showcase } from '../showcase/showcase';
11
import { StatusBanner } from '../status-banner/status-banner';
12
13
-// eslint-disable-next-line @typescript-eslint/no-explicit-any
14
-export const components: Record<string, any> = {
+export const components: Record<string, Component> = {
15
p: component$<PropsOf<'p'>>(({ ...props }) => {
16
return (
17
<p {...props} class={[cn('mb-6 last:mb-0', props.class)]}>
0 commit comments