UNPKG

@ledgerhq/live-common

Version:
5 lines 564 B
import { type EnhancedModularDrawerConfiguration, type ModularDrawerConfiguration } from "./types"; export declare const defaultDrawerConfiguration: EnhancedModularDrawerConfiguration; export declare function validateAndTransformConfigurationWithZod(config?: ModularDrawerConfiguration | EnhancedModularDrawerConfiguration): EnhancedModularDrawerConfiguration; export declare function createModularDrawerConfiguration(config?: ModularDrawerConfiguration | EnhancedModularDrawerConfiguration): EnhancedModularDrawerConfiguration; //# sourceMappingURL=utils.d.ts.map