This commit is contained in:
parent
a203384c2e
commit
bce2c085df
@ -1,6 +1,6 @@
|
||||
import LarkBody from "./Body"
|
||||
import LarkCard from "./Card"
|
||||
import * as CardComponent from "./Card/component"
|
||||
import LarkBody from "./larkBody"
|
||||
import LarkCard from "./larkCard"
|
||||
import * as cardComponent from "./larkCard/component"
|
||||
import { LarkAction, LarkEvent } from "./types"
|
||||
|
||||
/**
|
||||
@ -16,4 +16,4 @@ export const genCardOptions = (options: Record<string, string>) => {
|
||||
}))
|
||||
}
|
||||
|
||||
export { CardComponent, LarkAction, LarkBody, LarkCard, LarkEvent }
|
||||
export { cardComponent, LarkAction, LarkBody, LarkCard, LarkEvent }
|
||||
|
Loading…
x
Reference in New Issue
Block a user