/** * Core framework-agnostic types barrel export. * * @module @mks2508/mks-ui/core */ export type { StyleSlots, SlotOverrides, IBaseConfig, MotionOverride } from './types'; //# sourceMappingURL=index.d.ts.map