Browse Source
Use Record<string, React.CSSProperties> with spread to satisfy createStyles' return type for the `.ant-drawer.ant-drawer-inline` selector. Direct dot-separated class selectors cause TS2345 because they're not valid CSS property keys in the StyleOrGetStyleFn type. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 changed files with 12 additions and 3 deletions
Loading…
Reference in new issue