Skip to main content
Version: 24.31.0

CreatePageOptions 类型

¥CreatePageOptions type

签名

¥Signature

export type CreatePageOptions =
| {
type: 'tab';
}
| {
type: 'window';
};