antd-management-fast-component 2.6.11 → 2.6.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,6 +7,7 @@ export namespace SwitchItem {
7
7
  namespace defaultProps {
8
8
  let label: string;
9
9
  let name: string;
10
+ let checked: boolean;
10
11
  let required: boolean;
11
12
  let helper: null;
12
13
  let innerProps: {};