mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 20:13: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:
3
packages/website/src/components/Seperator.tsx
Normal file
3
packages/website/src/components/Seperator.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export function Separator() {
|
||||
return <div className="h-[1px] w-full bg-gray-300 mb-3" />;
|
||||
}
|
||||
Reference in New Issue
Block a user