Interface: ThemeTokens
Defined in: src/theme/components/useThemedControlStyles.ts:15
Propertiesโ
borderRadiusโ
readonly borderRadius: {
md: string;
};
Defined in: src/theme/components/useThemedControlStyles.ts:16
mdโ
readonly md: string;
spacingโ
readonly spacing: {
md: string;
sm: string;
};
Defined in: src/theme/components/useThemedControlStyles.ts:19
mdโ
readonly md: string;
smโ
readonly sm: string;
typographyโ
readonly typography: {
fontSize: {
sm: string;
};
};
Defined in: src/theme/components/useThemedControlStyles.ts:23
fontSizeโ
readonly fontSize: {
sm: string;
};
fontSize.smโ
readonly sm: string;