UNPKG

@carbon/ibm-security

Version:

Carbon for Cloud & Cognitive IBM Security UI components

10 lines (9 loc) 231 B
/** * @file Card entry point. * @copyright IBM Security 2019 */ // TODO: `2.x` - Fix export. import Card from './Card'; import CardSkeleton from './CardSkeleton/CardSkeleton'; export default Card; export { Card, CardSkeleton };