parent
f70b04c74f
commit
058e8ec542
|
@ -4,8 +4,6 @@ import type { PresetColorType } from './presetColors';
|
||||||
// ======================================================================
|
// ======================================================================
|
||||||
// ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ DO NOT MODIFY THIS. PLEASE CONTACT DESIGNER. ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ
|
// ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ DO NOT MODIFY THIS. PLEASE CONTACT DESIGNER. ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ
|
||||||
|
|
||||||
type BorderRadiusType = number | `${number}px` | `${number}%`;
|
|
||||||
|
|
||||||
export interface SeedToken extends PresetColorType {
|
export interface SeedToken extends PresetColorType {
|
||||||
// ---------- Color ---------- //
|
// ---------- Color ---------- //
|
||||||
|
|
||||||
|
@ -108,7 +106,7 @@ export interface SeedToken extends PresetColorType {
|
||||||
* @descEN Border radius of base components
|
* @descEN Border radius of base components
|
||||||
* @desc ๅบ็ก็ปไปถ็ๅ่งๅคงๅฐ๏ผไพๅฆๆ้ฎใ่พๅ
ฅๆกใๅก็็ญ
|
* @desc ๅบ็ก็ปไปถ็ๅ่งๅคงๅฐ๏ผไพๅฆๆ้ฎใ่พๅ
ฅๆกใๅก็็ญ
|
||||||
*/
|
*/
|
||||||
borderRadius: BorderRadiusType;
|
borderRadius: number;
|
||||||
|
|
||||||
// ---------- Size ---------- //
|
// ---------- Size ---------- //
|
||||||
|
|
||||||
|
|
Loadingโฆ
Reference in New Issue