UNPKG

@lottiefiles/relottie-extract-features

Version:
10 lines (8 loc) 259 B
/** * Copyright 2023 Design Barn Inc. */ interface ExtractFeaturesOption { } declare type Options = Partial<ExtractFeaturesOption>; declare const DEFAULT_OPTIONS: ExtractFeaturesOption; export { DEFAULT_OPTIONS, type ExtractFeaturesOption, type Options };