Skip to content

Commit afaf5a2

Browse files
committed
fix(tasty): types
1 parent cd391e0 commit afaf5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tasty/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export interface BasePropsWithoutChildren<K extends TagName = TagName>
6464
/** Whether the element has the inline layout outside */
6565
inline?: boolean;
6666
/** The list of element modifiers **/
67-
mods?: { [key: string]: boolean | string | undefined | null };
67+
mods?: { [key: string]: boolean | string | number | undefined | null };
6868
/** Whether the element is hidden (`hidden` attribute is set) */
6969
isHidden?: boolean;
7070
/** Whether the element is disabled (`disabled` attribute is set) */

0 commit comments

Comments
 (0)