summaryrefslogtreecommitdiff
path: root/components/common/selectors/gl-account/index.ts
blob: f718f13f594957534a3ce1473009b29846ace250 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// GL 계정 선택기 관련 컴포넌트와 타입 내보내기

export { GlAccountSelector, GlAccountSingleSelector } from './gl-account-selector'
export type { GlAccountSelectorProps, GlAccountSingleSelectorProps, GlAccountItem } from './gl-account-selector'

export {
  getGlAccounts
} from './gl-account-service'
export type {
  GlAccount
} from './gl-account-service'