svelte-hamburgers
Version:
Svelte Hamburgers is a component based on the popular hamburgers.css
3 lines (2 loc) • 445 B
TypeScript
export declare const HAMBURGER_TYPES: readonly ["3dx", "3dx-r", "3dy", "3dy-r", "3dxy", "3dxy-r", "arrow", "arrow-r", "arrowalt", "arrowalt-r", "arrowturn", "arrowturn-r", "boring", "collapse", "collapse-r", "elastic", "elastic-r", "emphatic", "emphatic-r", "minus", "slider", "slider-r", "spin", "spin-r", "spring", "spring-r", "stand", "stand-r", "squeeze", "vortex", "vortex-r"];
export type HamburgerType = (typeof HAMBURGER_TYPES)[number];