{"version":3,"file":"interface.cjs","sources":["../../../../../../packages/components/drawer/src/interface.ts"],"sourcesContent":["import type { PlacementTypes } from './props';\n\nexport type ILevelMove = number | [number, number];\n\nexport type placementType = (typeof PlacementTypes)[number];\n\nconst SizeTypes = ['default', 'large'] as const;\nexport type sizeType = (typeof SizeTypes)[number];\n\nexport interface PushState {\n  distance: string | number\n}\n\nexport interface scrollLockOptions {\n  container: HTMLElement\n}\nexport type IPlacement = 'left' | 'top' | 'right' | 'bottom';\n"],"names":[],"mappings":";;AAMA,MAAM,SAAA,GAAY,CAAC,SAAA,EAAW,OAAO,CAAA;;"}