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

Commit

Permalink
fix(types): add offset typings for Col (#115)
Browse files Browse the repository at this point in the history
Closes #113
  • Loading branch information
rlax authored and gregberge committed Feb 26, 2019
1 parent a4156df commit e4f4adc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/shared/core/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,11 @@ export interface ColProps extends BoxProps {
md?: string | number
lg?: string | number
xl?: string | number
oxs?: string | number
osm?: string | number
omd?: string | number
olg?: string | number
oxl?: string | number
}

export const Col: React.FunctionComponent<ColProps>
Expand Down

0 comments on commit e4f4adc

Please sign in to comment.