update param types in ...id.ts

This commit is contained in:
Conrad
2021-06-22 13:24:49 -04:00
parent 6a1f228be2
commit 87e3b10496

View File

@@ -9,6 +9,11 @@ type Data = {
}; };
type Parameters = { type Parameters = {
theme?: string;
bg?: string;
hideStatus?: string;
hideDiscrim?: string;
borderRadius?: string;
animated?: string; animated?: string;
}; };