-
Notifications
You must be signed in to change notification settings - Fork 328
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #742 from Tencent/release/0.33.0
chore: 发布 0.33.0
- Loading branch information
Showing
11 changed files
with
70 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
import _DatePicker from './DatePicker'; | ||
import _DateRangePicker from './DateRangePicker'; | ||
import _DatePanel from './panel/DatePanel'; | ||
import _DateRangePanel from './panel/DateRangePanel'; | ||
import _DatePickerPanel from './panel/DatePickerPanel'; | ||
import _DateRangePickerPanel from './panel/DateRangePickerPanel'; | ||
|
||
import './style/index.js'; | ||
|
||
export type { DatePickerProps } from './DatePicker'; | ||
export type { DateRangePickerProps } from './DateRangePicker'; | ||
export type { DatePanelProps } from './panel/DatePanel'; | ||
export type { DateRangePanelProps } from './panel/DateRangePanel'; | ||
export type { DatePickerPanelProps } from './panel/DatePickerPanel'; | ||
export type { DateRangePickerPanelProps } from './panel/DateRangePickerPanel'; | ||
export * from './type'; | ||
|
||
export const DatePicker = _DatePicker; | ||
export const DateRangePicker = _DateRangePicker; | ||
export const DatePanel = _DatePanel; | ||
export const DateRangePanel = _DateRangePanel; | ||
export const DatePickerPanel = _DatePickerPanel; | ||
export const DateRangePickerPanel = _DateRangePickerPanel; | ||
|
||
export default DatePicker; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters