feat(Col): adding className prop

This commit is contained in:
Danilo Barros
2017-05-01 15:06:05 -03:00
parent c1bcc024d7
commit 2a740f7bee

View File

@@ -10,6 +10,8 @@ export type ColumnProps
};
interface Props {
className?: string;
xs?: ColumnProps;
sm?: ColumnProps;
md?: ColumnProps;