mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed #3829 - Add new Icon components
This commit is contained in:
parent
2817a3268e
commit
01c151b799
139 changed files with 2050 additions and 0 deletions
12
components/lib/icon/thlarge/index.d.ts
vendored
Normal file
12
components/lib/icon/thlarge/index.d.ts
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
import { GlobalComponentConstructor } from '../../ts-helpers';
|
||||
import { Icon } from '../index';
|
||||
|
||||
declare class ThLargeIcon extends Icon {}
|
||||
|
||||
declare module '@vue/runtime-core' {
|
||||
interface GlobalComponents {
|
||||
ThLargeIcon: GlobalComponentConstructor<ThLargeIcon>;
|
||||
}
|
||||
}
|
||||
|
||||
export default ThLargeIcon;
|
Loading…
Add table
Add a link
Reference in a new issue