chore: change to export type (#50203)

This commit is contained in:
zhiwei liu 2024-08-02 18:49:30 +08:00 committed by GitHub
parent d9990e3b2d
commit 93d04f1f17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ import Group from './group';
import InternalRadio from './radio';
import Button from './radioButton';
export {
export type {
RadioChangeEvent,
RadioChangeEventTarget,
RadioGroupButtonStyle,