mirror of
https://github.com/SomboChea/ui
synced 2026-01-12 06:05:43 +07:00
ActionBar Component - Replaced class by func. comp (#330)
This commit is contained in:
committed by
GitHub
parent
fcad6fa794
commit
742971db0d
@@ -8,6 +8,7 @@ export interface PackageMetaInterface {
|
||||
dist: {
|
||||
fileCount: number;
|
||||
unpackedSize: number;
|
||||
tarball?: string;
|
||||
};
|
||||
engines?: {
|
||||
node?: string;
|
||||
@@ -15,6 +16,10 @@ export interface PackageMetaInterface {
|
||||
};
|
||||
license?: Partial<LicenseInterface> | string;
|
||||
version: string;
|
||||
homepage?: string;
|
||||
bugs?: {
|
||||
url: string;
|
||||
};
|
||||
repository?: {
|
||||
type?: string;
|
||||
url?: string;
|
||||
|
||||
Reference in New Issue
Block a user