UNPKG

@koreez/phaser3-ninepatch

Version:
9 lines (8 loc) 230 B
export interface IPatchesConfig { top: number; left?: number; right?: number; bottom?: number; } declare const normalizePatchesConfig: (config: IPatchesConfig) => IPatchesConfig; export { normalizePatchesConfig };