@ozen-ui/kit
Version:
React component library
9 lines (8 loc) • 359 B
TypeScript
import type { PaperRadiusVariant } from '../Paper';
import type { DrawerDeviceType, DrawerValueBySize, DrawerVariant } from './entities';
export declare const maxWidthByVariant: Readonly<{
[key in DrawerVariant]: number;
}>;
export declare const paperRadiusBySize: Readonly<{
[key in DrawerDeviceType]: DrawerValueBySize<key, PaperRadiusVariant>;
}>;