UNPKG

venits-design-system

Version:
9 lines (6 loc) 237 B
import React from 'react'; var Test = function (_a) { var children = _a.children, color = _a.color; return (React.createElement("span", { style: { color: color }, className: "text" }, children)); }; export { Test as Text };