mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 11:33:30 +01:00
feat(website): add detailed property and method documentation (#8252)
Co-authored-by: Noel <buechler.noel@outlook.com>
This commit is contained in:
@@ -15,6 +15,7 @@ export function Function({ data }: FunctionProps) {
|
||||
summary={data.summary}
|
||||
typeParams={data.typeParameterData}
|
||||
>
|
||||
<h2>Parameters</h2>
|
||||
<ParameterTable data={data.parameters} />
|
||||
</DocContainer>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user