mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 02:23:31 +01:00
chore: move website and guide out of packages
This commit is contained in:
6
apps/website/src/components/model/Variable.tsx
Normal file
6
apps/website/src/components/model/Variable.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { ApiVariableJSON } from '@discordjs/api-extractor-utils';
|
||||
import { DocContainer } from '../DocContainer';
|
||||
|
||||
export function Variable({ data }: { data: ApiVariableJSON }) {
|
||||
return <DocContainer excerpt={data.excerpt} kind={data.kind} name={data.name} summary={data.summary} />;
|
||||
}
|
||||
Reference in New Issue
Block a user