import type zActionSheet from './z-action-sheet.vue'

export type zActionSheetInstance = InstanceType<typeof zActionSheet>
