()
| 190 | }) as const; |
| 191 | |
| 192 | export function staticColor(): Record<string, any> { |
| 193 | return { |
| 194 | '--s2-container-bg': { |
| 195 | type: 'backgroundColor', |
| 196 | value: { |
| 197 | staticColor: { |
| 198 | black: 'white', |
| 199 | white: 'black' |
| 200 | } |
| 201 | } |
| 202 | } |
| 203 | } as const; |
| 204 | } |
| 205 | |
| 206 | export const controlFont = () => |
| 207 | ({ |
no outgoing calls
no test coverage detected