vexip-ui
Version: 
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
8 lines (7 loc) • 399 B
TypeScript
import { default as FullScreen } from './full-screen.vue';
import { ComponentPublicInstance } from 'vue';
export { FullScreen };
export { fullScreenProps } from './props';
export type FullScreenExposed = ComponentPublicInstance & InstanceType<typeof FullScreen>;
export type { FullScreenProps, FullScreenCProps } from './props';
export type { FullScreenType, FullScreenSlotParams } from './symbol';