mirror of
https://github.com/flarum/core.git
synced 2025-08-06 00:17:31 +02:00
admin: export AdminLinkButtonProps interface
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import LinkButton, { LinkButtonProps } from '../../common/components/LinkButton';
|
||||
|
||||
interface AdminLinkButtonProps extends LinkButtonProps {
|
||||
export interface AdminLinkButtonProps extends LinkButtonProps {
|
||||
description?: string;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user