onsitesurvey/src/types/Header.ts

5 lines
113 B
TypeScript

export type HeaderProps = {
name: string //header 이름
// backBtn: boolean // 뒤로가기 버튼 유무
}