mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 22:38:16 +08:00
Added missing "order" attribute to ColumnProps (#25336)
reactstrap supports the order attribute in the props of the <Col> component. This was still missing from the types. See: https://reactstrap.github.io/components/layout/
This commit is contained in:
1
types/reactstrap/lib/Col.d.ts
vendored
1
types/reactstrap/lib/Col.d.ts
vendored
@@ -7,6 +7,7 @@ export type ColumnProps
|
||||
push?: string | number
|
||||
pull?: string | number
|
||||
offset?: string | number
|
||||
order?: string | number
|
||||
};
|
||||
|
||||
export interface ColProps extends React.HTMLProps<HTMLDivElement> {
|
||||
|
||||
Reference in New Issue
Block a user