@sandlada/vue-mdc
Version:

15 lines (14 loc) • 317 B
JavaScript
/**
* @license
* Copyright 2025 Sandlada & Kai Orion
* SPDX-License-Identifier: MIT
*/
import { Button } from "./button.js";
import { ButtonAppearance, ButtonShape, ButtonSize } from "./button.definition.js";
export {
Button,
ButtonAppearance,
ButtonShape,
ButtonSize
};
//# sourceMappingURL=index.js.map