@@ -33,39 +33,3 @@ export const IconBundleBlueprint = createExtensionBlueprint({
|
||||
icons: iconsDataRef,
|
||||
},
|
||||
});
|
||||
|
||||
IconBundleBlueprint.make({
|
||||
name: 'asd',
|
||||
params: {
|
||||
icons: {
|
||||
'icon-name': () => null,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
IconBundleBlueprint.make({
|
||||
name: 'asd',
|
||||
params: {
|
||||
icons: {
|
||||
'icon-name': () => null,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
IconBundleBlueprint.make({
|
||||
name: 'asd',
|
||||
factory() {
|
||||
return {
|
||||
icons: {
|
||||
'icon-name': () => null,
|
||||
},
|
||||
};
|
||||
},
|
||||
});
|
||||
|
||||
IconBundleBlueprint.make({
|
||||
name: 'asd',
|
||||
factory(f) {
|
||||
return f({ icons: { 'icon-name': () => null } });
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user