@smart-react-components/ui
Advanced tools
Comparing version 2.0.0-alpha-81 to 2.0.0-alpha-82
{ | ||
"name": "@smart-react-components/ui", | ||
"version": "2.0.0-alpha-81", | ||
"version": "2.0.0-alpha-82", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,3 @@ | ||
import Th from '@smart-react-components/core/Element/Th'; | ||
export default Th; | ||
import { StyledProps } from '@smart-react-components/core/styled-props'; | ||
declare const _default: import("styled-components").StyledComponent<"th", any, StyledProps, never>; | ||
export default _default; |
@@ -7,2 +7,3 @@ "use strict"; | ||
const Th_1 = __importDefault(require("@smart-react-components/core/Element/Th")); | ||
exports.default = Th_1.default; | ||
const styled_components_1 = __importDefault(require("styled-components")); | ||
exports.default = (0, styled_components_1.default)(Th_1.default).attrs(({ textAlign = 'left' }) => ({ textAlign })) ``; |
525952
10932