mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 01:54:48 +00:00
[improvement] Panel: tsx (#2782)
This commit is contained in:
@@ -23,7 +23,7 @@ export type CellSlots = DefaultSlots & {
|
||||
};
|
||||
|
||||
export type CellEvents = {
|
||||
onClick(event: Event): void;
|
||||
onClick?(event: Event): void;
|
||||
};
|
||||
|
||||
const [sfc, bem] = use('cell');
|
||||
|
Reference in New Issue
Block a user