beefast-website/node_modules/@heroicons/vue/16/solid/Bars3BottomRightIcon.d.ts
2025-01-09 13:32:29 +08:00

4 lines
199 B
TypeScript

import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const Bars3BottomRightIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default Bars3BottomRightIcon;