mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
feat(Col): adding className prop
This commit is contained in:
Vendored
+2
@@ -10,6 +10,8 @@ export type ColumnProps
|
||||
};
|
||||
|
||||
interface Props {
|
||||
className?: string;
|
||||
|
||||
xs?: ColumnProps;
|
||||
sm?: ColumnProps;
|
||||
md?: ColumnProps;
|
||||
|
||||
Reference in New Issue
Block a user