mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 13:27:15 +08:00
feat(Col): adding className prop
This commit is contained in:
2
types/reactstrap/lib/Col.d.ts
vendored
2
types/reactstrap/lib/Col.d.ts
vendored
@@ -10,6 +10,8 @@ export type ColumnProps
|
||||
};
|
||||
|
||||
interface Props {
|
||||
className?: string;
|
||||
|
||||
xs?: ColumnProps;
|
||||
sm?: ColumnProps;
|
||||
md?: ColumnProps;
|
||||
|
||||
Reference in New Issue
Block a user