We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1568e47 commit 51891ddCopy full SHA for 51891dd
client/src/components/Common/Heading.vue
@@ -17,7 +17,8 @@ interface Props {
17
bold?: boolean;
18
separator?: boolean;
19
inline?: boolean;
20
- size?: "xl" | "lg" | "md" | "sm" | "text";
+ // TODO: Redo in Vue 3 to use BootstrapSize for prop typing.
21
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | "text";
22
icon?: IconLike;
23
truncate?: boolean;
24
collapse?: "open" | "closed" | "none";
0 commit comments