mirror of
https://github.com/flarum/core.git
synced 2025-08-03 23:17:43 +02:00
admin: export AdminLinkButtonProps interface
This commit is contained in:
2
js/dist/admin.js.map
vendored
2
js/dist/admin.js.map
vendored
File diff suppressed because one or more lines are too long
@@ -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