mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 20:19:44 +08:00
fix: miss semicolon
This commit is contained in:
parent
3fb21c0325
commit
e7013fcb3f
@ -3,7 +3,8 @@ import PropTypes from 'prop-types';
|
||||
import classNames from 'classnames';
|
||||
import shallowEqual from 'shallowequal';
|
||||
import Checkbox from './Checkbox';
|
||||
export type CheckboxValueType = string | number
|
||||
|
||||
export type CheckboxValueType = string | number;
|
||||
|
||||
export interface CheckboxOptionType {
|
||||
label: string;
|
||||
|
Loading…
Reference in New Issue
Block a user