types: using unknown instead of any (#8152)
* types: using unknown instead of any * chore: UnknownProp
This commit is contained in:
@@ -17,7 +17,7 @@ export type ActionSheetAction = {
|
||||
loading?: boolean;
|
||||
disabled?: boolean;
|
||||
callback?: (action: ActionSheetAction) => void;
|
||||
className?: any;
|
||||
className?: unknown;
|
||||
};
|
||||
|
||||
export default createComponent({
|
||||
|
||||
Reference in New Issue
Block a user