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 a04c6ee commit 1fa751cCopy full SHA for 1fa751c
src/responsive-grid/types.ts
@@ -68,6 +68,8 @@ export interface ResponsiveGridProps {
68
| React.ReactElement<any, string | React.JSXElementConstructor<any>>
69
| null
70
| undefined;
71
+
72
+ direction?: 'rtl' | 'ltr';
73
}
74
75
export interface TileItem {
0 commit comments