mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 07:36:42 +08:00
2df2003bd7
close AF-1065
5 lines
109 B
TypeScript
5 lines
109 B
TypeScript
export * from './input';
|
|
export * from './row-input';
|
|
import { Input } from './input';
|
|
export default Input;
|