ocbo-esign/src/stores/employee.ts
2025-10-06 15:59:45 +08:00

4 lines
108 B
TypeScript

import { atom } from 'nanostores'
export const _employeeId = atom(0)
export const _employeeName = atom('')