mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 22:25:24 +00:00
Add to PassColors.
This commit is contained in:
@@ -405,7 +405,7 @@ export type PassKindsProps = { [K in PassTypesProps]: PassProps[K] };
|
||||
|
||||
export type PassColors = Pick<
|
||||
OverridablePassProps,
|
||||
"backgroundColor" | "foregroundColor" | "labelColor"
|
||||
"backgroundColor" | "foregroundColor" | "labelColor" | "stripColor"
|
||||
>;
|
||||
|
||||
export const PassPropsFromMethods = Joi.object<PassPropsFromMethods>({
|
||||
|
||||
Reference in New Issue
Block a user