@atlaskit/icon
Version:
An icon is a symbol representing a command, device, directory, or common action.
27 lines (26 loc) • 751 B
TypeScript
/// <reference types="react" />
/**
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
*
* To change the format of this file, modify `createIconDocs` in icon-build-process/src/create-icon-docs.tsx.
*
* @codegen <<SignedSource::505188bcbfbd2bedd523b7a93366dd82>>
* @codegenCommand yarn build:icon-glyphs
*/
interface Data {
keywords: string[];
componentName: string;
package: string;
packageLoader: () => Promise<{
default: React.ComponentType<any>;
}>;
}
export declare const metaDataWithPackageLoader: Record<string, Data>;
declare const metaData: {
[k: string]: {
keywords: string[];
componentName: string;
package: string;
};
};
export default metaData;