mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 12:30:12 +02:00
Add additional information to album: record label, release type, version (#1242)
* Add additional information to album * add mbz release types and normalization * update Pill styling --------- Co-authored-by: jeffvli <jeffvictorli@gmail.com>
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
import { PillVariant } from '@mantine/core';
|
||||
|
||||
type ExtendedPillVariant = 'outline' | PillVariant;
|
||||
|
||||
declare module '@mantine/core' {
|
||||
export interface PillProps {
|
||||
variant?: ExtendedPillVariant;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user