UNPKG

@ypa/cyborg-js

Version:

CyborgJS - A SEO Friendly PBA Framework

6 lines (5 loc) 293 B
import { MotherBoard } from './core/MotherBoard'; import { Component } from './core/Component'; import { Notification } from './notifications/Notification'; import { NotificationBody } from './notifications/NotificationBody'; export { MotherBoard, Component, Notification, NotificationBody };