UNPKG

@umbraco-ui/uui-base

Version:

This is a base dependency for Umbraco UI components. It contains mixins, animations, abstract base classes, UUIEvent base class, and universal types for properties shared by different components

7 lines (6 loc) 164 B
export * from './animations'; export * from './events'; export * from './mixins'; export * from './registration'; export * from './types'; export * from './utils';