@vue-material/core
Version:
Yet another 'Material Design Components' library for Vue3.
11 lines (9 loc) • 365 B
TypeScript
import { default as Image } from './block-image.vue';
import { default as Square } from './square-image.vue';
type ImageComponent = typeof Image & {
Square: typeof Square;
};
declare const _default: ImageComponent;
export default _default;
export { default as BlockImage } from './block-image.vue';
export { default as SquareImage } from './square-image.vue';