@v4fire/client
Version:
V4Fire client core library
23 lines (18 loc) • 477 B
text/typescript
/*!
* V4Fire Client Core
* https://github.com/V4Fire/Client
*
* Released under the MIT license
* https://github.com/V4Fire/Client/blob/master/LICENSE
*/
/**
* [[include:form/b-icon-button/README.md]]
* @packageDocumentation
*/
import bButton, { component } from 'form/b-button/b-button';
export * from 'form/b-button/b-button';
/**
* Component to create a button based on icon
*/
@component({flyweight: true})
export default class bIconButton extends bButton {}