mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-14 00:26:51 +08:00
4 lines
57 B
TypeScript
4 lines
57 B
TypeScript
export type TooltipProps = {
|
|
showArrow?: boolean;
|
|
};
|