import type ReadMore from './z-read-more.vue'

export type zReadMoreInstance = InstanceType<typeof ReadMore>
