egova-plate-picker
Version:
plate-picker library
12 lines (11 loc) • 347 B
TypeScript
/*!
* Authors:
* jason <jasonsoop@gmail.com>
*
* Licensed under the MIT License.
* Copyright (C) 2010-present Flagwind Inc. All rights reserved.
*/
import PlatePicker from "./plate-picker";
import { PLATE_PICKER_OPTION } from "./plate-picker-options";
export { PlatePicker, PLATE_PICKER_OPTION };
export default PlatePicker;