5 lines
186 B
TypeScript
5 lines
186 B
TypeScript
import type { DrawerToken } from '.';
|
|
import type { GenerateStyle } from '../../theme/internal';
|
|
declare const genMotionStyle: GenerateStyle<DrawerToken>;
|
|
export default genMotionStyle;
|