mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 10:33:30 +01:00
refactor: inline table of contents
This commit is contained in:
@@ -17,7 +17,7 @@ export function ParameterTable({ data }: { data: ParameterDocumentation[] }) {
|
||||
};
|
||||
|
||||
return (
|
||||
<Box className="overflow-x-auto">
|
||||
<Box sx={{ overflowX: 'auto' }}>
|
||||
<Table columns={['Name', 'Type', 'Optional', 'Description']} rows={rows} columnStyles={columnStyles} />
|
||||
</Box>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user