UNPKG

@wulperstudio/cms

Version:
4 lines (3 loc) 184 B
import { WTagModel } from './WTag.types'; declare const WTag: ({ title, backgroundColor, color, ...props }: WTagModel) => import("react/jsx-runtime").JSX.Element; export default WTag;