We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd391e0 commit afaf5a2Copy full SHA for afaf5a2
src/tasty/types.ts
@@ -64,7 +64,7 @@ export interface BasePropsWithoutChildren<K extends TagName = TagName>
64
/** Whether the element has the inline layout outside */
65
inline?: boolean;
66
/** The list of element modifiers **/
67
- mods?: { [key: string]: boolean | string | undefined | null };
+ mods?: { [key: string]: boolean | string | number | undefined | null };
68
/** Whether the element is hidden (`hidden` attribute is set) */
69
isHidden?: boolean;
70
/** Whether the element is disabled (`disabled` attribute is set) */
0 commit comments