mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 12:30:06 +02:00
support navidrome playlist image upload
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import {
|
||||
FileButton as MantineFileButton,
|
||||
FileButtonProps as MantineFileButtonProps,
|
||||
} from '@mantine/core';
|
||||
import { CSSProperties } from 'react';
|
||||
|
||||
export interface FileButtonProps extends MantineFileButtonProps {
|
||||
maxWidth?: CSSProperties['maxWidth'];
|
||||
width?: CSSProperties['width'];
|
||||
}
|
||||
|
||||
export const FileButton = MantineFileButton;
|
||||
Reference in New Issue
Block a user