export var ImpactStyle; (function (ImpactStyle) { /** * A collision between large, heavy user interface elements * * @since 1.0.0 */ ImpactStyle["Heavy"] = "HEAVY"; /** * A collision between moderately sized user interface elements * * @since 1.0.0 */ ImpactStyle["Medium"] = "MEDIUM"; /** * A collision between small, light user interface elements * * @since 1.0.0 */ ImpactStyle["Light"] = "LIGHT"; })(ImpactStyle || (ImpactStyle = {})); export var NotificationType; (function (NotificationType) { /** * A notification feedback type indicating that a task has completed successfully * * @since 1.0.0 */ NotificationType["Success"] = "SUCCESS"; /** * A notification feedback type indicating that a task has produced a warning * * @since 1.0.0 */ NotificationType["Warning"] = "WARNING"; /** * A notification feedback type indicating that a task has failed * * @since 1.0.0 */ NotificationType["Error"] = "ERROR"; })(NotificationType || (NotificationType = {})); //# sourceMappingURL=definitions.js.map