Files
ant-design/components/mentions/__tests__/__snapshots__/index.test.tsx.snap
二货爱吃白萝卜 b9f1d1239c feat: Mentions reduce dom strcuture and support size (#55638)
* chore: init mentions

* feat: Mentions support size

* chore: update demo

* chore: adjust style

* test: update snapshot

---------

Co-authored-by: thinkasany <480968828@qq.com>
Co-authored-by: 遇见同学 <1875694521@qq.com>
2025-11-08 14:42:59 +08:00

13 lines
335 B
Plaintext

// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
exports[`Mentions rtl render component should be rendered correctly in RTL direction 1`] = `
<div
class="ant-mentions ant-mentions-rtl ant-mentions-outlined ant-mentions css-var-root ant-mentions-css-var"
>
<textarea
class="rc-textarea"
rows="1"
/>
</div>
`;