UNPKG

@zohodesk/components

Version:

In this Package, we Provide Some Basic Components to Build Web App

13 lines 319 B
import style from "../common/avatarsizes.module.css"; let styleList = { small: style.small, xsmall: style.xsmall, xxsmall: style.xxsmall, medium: style.medium, xmedium: style.xmedium, large: style.large, xlarge: style.xlarge }; export default function CssProvider(name) { return styleList[name] || ''; }