minishouyin/node_modules/antd/lib/float-button/style/keyframes.d.ts

8 lines
244 B
TypeScript
Raw Permalink Normal View History

2025-11-12 11:35:57 +08:00
import type { FloatButtonToken } from '.';
declare const floatButtonGroupMotion: (token: FloatButtonToken) => {
[x: string]: {
[x: string]: import("@ant-design/cssinjs").CSSObject;
};
}[];
export default floatButtonGroupMotion;