Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Commit e4f4adc

Browse files
rlaxgregberge
authored andcommitted
fix(types): add offset typings for Col (#115)
Closes #113
1 parent a4156df commit e4f4adc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/shared/core/index.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,11 @@ export interface ColProps extends BoxProps {
267267
md?: string | number
268268
lg?: string | number
269269
xl?: string | number
270+
oxs?: string | number
271+
osm?: string | number
272+
omd?: string | number
273+
olg?: string | number
274+
oxl?: string | number
270275
}
271276

272277
export const Col: React.FunctionComponent<ColProps>

0 commit comments

Comments
 (0)