Skip to content

Commit

Permalink
Add zone param to Location
Browse files Browse the repository at this point in the history
  • Loading branch information
KaWaite committed Aug 7, 2021
1 parent 5394c4a commit d32acee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Grid/GridItem/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Icon from "../../Icon";

import "../grid.css";

export type Location = { section?: string, area?: string };
export type Location = { zone?: string, section?: string, area?: string };

export type ItemProps<T extends Location> = {
className?: string;
Expand Down

0 comments on commit d32acee

Please sign in to comment.