chore: clean unuse

This commit is contained in:
puriphatt 2024-08-14 18:10:24 +07:00
parent 99163939e9
commit cdf1158003

View file

@ -9,23 +9,15 @@ import {
defineProps<{ defineProps<{
title: string; title: string;
titleFormAddress?: string;
addressTitle?: string;
addressTitleEN?: string;
addressSeparator?: boolean;
branchStatus?: string; branchStatus?: string;
badgeLabel?: string; badgeLabel?: string;
customerLabel?: string; customerLabel?: string;
badgeClass?: string; badgeClass?: string;
hideFooter?: boolean; hideFooter?: boolean;
noAppBox?: boolean;
noPaddingTab?: boolean;
maxWidth?: string; maxWidth?: string;
width?: string; width?: string;
height?: string; height?: string;
employee?: boolean; employee?: boolean;
noAddress?: boolean;
disabledRule?: boolean;
edit?: boolean; edit?: boolean;
isEdit?: boolean; isEdit?: boolean;