We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55c7a4a commit a4dd0e7Copy full SHA for a4dd0e7
core/components/base/checkbox/api.ts
@@ -6,7 +6,7 @@
6
*
7
* 江湖的业务千篇一律,复杂的代码好几百行。
8
*/
9
-import { MCOPO, MPropType } from '../../../../lib/components/types/props';
+import { MCOPO, MPropType } from '../../types/props';
10
import { CheckboxGroupProps, CheckboxProps } from './props';
11
12
export const props: MCOPO<CheckboxProps> = {
0 commit comments