mirror of
https://github.com/antd-tiny-vue/antd-tiny-vue.git
synced 2024-11-10 09:39:15 +08:00
8 lines
63 B
TypeScript
8 lines
63 B
TypeScript
export {}
|
|
|
|
const aaa = () => {
|
|
// TODO
|
|
}
|
|
|
|
export default aaa
|