mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-03 13:36:08 +00:00
5 lines
234 B
TypeScript
5 lines
234 B
TypeScript
import type { ComponentType } from '../common';
|
|
import { BaseSelectMenuComponent } from '../structures/extra/BaseSelectMenuComponent';
|
|
|
|
export class UserSelectMenuComponent extends BaseSelectMenuComponent<ComponentType.UserSelect> {}
|