enum AsType {
    A = 'a',
    Button = 'button',
}

export default AsType;
