15 lines
449 B
TypeScript
15 lines
449 B
TypeScript
|
/** @deprecated Use the version from `@fluentui/example-data` instead. */
|
||
|
export declare const TestImages: {
|
||
|
choiceGroupBarUnselected: string;
|
||
|
choiceGroupBarSelected: string;
|
||
|
choiceGroupPieUnselected: string;
|
||
|
choiceGroupPieSelected: string;
|
||
|
documentPreview: string;
|
||
|
documentPreviewTwo: string;
|
||
|
documentPreviewThree: string;
|
||
|
iconOne: string;
|
||
|
iconPpt: string;
|
||
|
personaFemale: string;
|
||
|
personaMale: string;
|
||
|
};
|