and-design-components-library
Version:
Library of reusable React components based on AND Digital design system.
11 lines (10 loc) • 331 B
TypeScript
/// <reference types="react" />
declare const icons: {
readonly chevron: () => JSX.Element;
readonly cross: () => JSX.Element;
readonly search: () => JSX.Element;
readonly error: () => JSX.Element;
readonly spinner: () => JSX.Element;
readonly loading: () => JSX.Element;
};
export default icons;