mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 19:24:16 +00:00
[improvement] CellGroup: jsx (#2769)
This commit is contained in:
@@ -46,6 +46,12 @@ const Loading: FunctionalComponent<LoadingProps> = function(
|
||||
);
|
||||
};
|
||||
|
||||
export type LoadingProps = {
|
||||
size?: string;
|
||||
type?: string;
|
||||
color?: string;
|
||||
};
|
||||
|
||||
Loading.props = {
|
||||
size: String,
|
||||
type: {
|
||||
@@ -58,10 +64,4 @@ Loading.props = {
|
||||
}
|
||||
};
|
||||
|
||||
export type LoadingProps = {
|
||||
size?: string;
|
||||
type?: string;
|
||||
color?: string;
|
||||
};
|
||||
|
||||
export default sfc<LoadingProps>(Loading);
|
||||
|
||||
Reference in New Issue
Block a user