UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

53 lines 1.4 kB
export var ImpactStyle; (function (ImpactStyle) { /** * A collision between small, light 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 = {})); /** * @deprecated Use `NotificationType`. * @since 1.0.0 */ export const HapticsNotificationType = NotificationType; /** * @deprecated Use `ImpactStyle`. * @since 1.0.0 */ export const HapticsImpactStyle = ImpactStyle; //# sourceMappingURL=definitions.js.map