UNPKG

@stackoverfloweth/prefect-design

Version:

A collection of low-level Vue components.

2 lines 141 B
export const navigationBarLayouts = ['horizontal', 'vertical'] as const export type NavigationBarLayout = typeof navigationBarLayouts[number]