vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
8 lines (7 loc) • 339 B
TypeScript
import { default as Affix } from './affix.vue';
import { ComponentPublicInstance } from 'vue';
export { Affix };
export { affixProps } from './props';
export type AffixExposed = ComponentPublicInstance & InstanceType<typeof Affix>;
export type { AffixProps, AffixCProps } from './props';
export type { AffixPositionType } from './symbol';