@devfamily/admiral
Version:
Admiral is a frontend framework for creating back office using React. It provides out-of-the-box components and tools that make developing an admin interface easy and fast.
6 lines (5 loc) • 337 B
TypeScript
import type * as React from 'react';
import type { CSSMotionProps } from 'rc-motion';
import { NotificationPlacement } from './interfaces';
export declare function getPlacementStyle(placement: NotificationPlacement, top: number, bottom: number): React.CSSProperties;
export declare function getMotion(prefixCls: string): CSSMotionProps;