Skip to Content
参考类型

BackgroundVariant

GitHub上的源代码 

为了方便,三种变体被导出为一个枚举。你可以导入这个枚举并像使用 BackgroundVariant.Lines 一样使用,或者直接使用原始的字符串值。

🌐 The three variants are exported as an enum for convenience. You can either import the enum and use it like BackgroundVariant.Lines or you can use the raw string value directly.

export enum BackgroundVariant { Lines = 'lines', Dots = 'dots', Cross = 'cross', }
Last updated on