mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 15:46:29 +08:00
7 lines
124 B
TypeScript
7 lines
124 B
TypeScript
export const buttonStatus = {
|
|
hover: '.hover',
|
|
focus: '.focus',
|
|
active: '.focus',
|
|
disabled: '.disabled',
|
|
};
|