@tapie-kr/inspire-react
Version:
React Component Collection for INSPIRE
20 lines (17 loc) • 610 B
JavaScript
/* eslint-disable */
/*
* INSPIRE : Creative Kit
* React Component Collection for INSPIRE
*
* This file is generated automatically. Do not modify it manually
* Generated at : 2025. 3. 4. 오후 6:18:13
* @tapie-kr/inspire-react version: 0.2.15
*
* (c) 2025 TAPIE. All rights reserved.
* MIT License
*/
import { DefaultBadge } from './categories/default.js';
import { IndicatorBadge } from './categories/indicator.js';
import { TextIndicatorBadge } from './categories/text-indicator.js';
const Badge={Default:DefaultBadge,Indicator:IndicatorBadge,TextIndicator:TextIndicatorBadge};
export { Badge };