import type { WindowItemOptions } from './src/props'; import { WindowsProps } from './src/props'; import Windows from './src/Windows.vue'; export type { WindowItemOptions }; export { WindowsProps, Windows };