Skip to content

Commit 1fa751c

Browse files
authored
Update types.ts
1 parent a04c6ee commit 1fa751c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/responsive-grid/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ export interface ResponsiveGridProps {
6868
| React.ReactElement<any, string | React.JSXElementConstructor<any>>
6969
| null
7070
| undefined;
71+
72+
direction?: 'rtl' | 'ltr';
7173
}
7274

7375
export interface TileItem {

0 commit comments

Comments
 (0)