mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
chore: add Size type
This commit is contained in:
Vendored
+2
-2
@@ -1,4 +1,4 @@
|
||||
type Color =
|
||||
export type Color =
|
||||
| 'primary'
|
||||
| 'secondary'
|
||||
| 'accent'
|
||||
@@ -9,4 +9,4 @@ type Color =
|
||||
| 'error'
|
||||
| 'none';
|
||||
|
||||
export { Color };
|
||||
export type Size = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
||||
|
||||
Reference in New Issue
Block a user