mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-10 07:25:35 +00:00
feat: create formlayout and create collection form
This commit is contained in:
16
inertia/types/emotion.d.ts
vendored
16
inertia/types/emotion.d.ts
vendored
@@ -12,9 +12,23 @@ declare module '@emotion/react' {
|
||||
darkBlack: string;
|
||||
|
||||
white: string;
|
||||
gray: string;
|
||||
|
||||
lightestGrey: string;
|
||||
lightGrey: string;
|
||||
grey: string;
|
||||
darkGrey: string;
|
||||
|
||||
lightestBlue: string;
|
||||
lightBlue: string;
|
||||
blue: string;
|
||||
darkBlue: string;
|
||||
darkestBlue: string;
|
||||
|
||||
lightRed: string;
|
||||
red: string;
|
||||
|
||||
lightGreen: string;
|
||||
green: string;
|
||||
};
|
||||
|
||||
border: {
|
||||
|
||||
Reference in New Issue
Block a user