UNPKG

@smui/fab

Version:

Svelte Material UI - Floating Action Button

10 lines (5 loc) 164 B
/// <reference types="./ambient-fab" /> import Fab from './Fab.svelte'; import { Label, Icon } from '@smui/common'; export default Fab; export { Label, Icon };