export const parseTheme = () => { document.cookie return { "@primary-color": "#3552bb", "ant-prefix": "ant" } }