UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

14 lines (13 loc) 281 B
export const NeoProgressStatus = { Active: 'active', Idle: 'idle', Paused: 'paused', Completed: 'completed', Indeterminate: 'indeterminate', }; export const NeoProgressDirection = { Right: 'right', Left: 'left', Top: 'top', Bottom: 'bottom', };