@dvcol/neo-svelte
Version:
Neomorphic ui library for svelte 5
19 lines (18 loc) • 401 B
JavaScript
export const NeoProgressStatus = {
Indeterminate: 'indeterminate',
Active: 'active',
Idle: 'idle',
Paused: 'paused',
Cancelled: 'cancelled',
Timeout: 'timeout',
Completed: 'completed',
Error: 'error',
Success: 'success',
Warning: 'warning',
};
export const NeoProgressDirection = {
Right: 'right',
Left: 'left',
Top: 'top',
Bottom: 'bottom',
};