mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +08:00
abf215a982
* init recommend block * init design pages * home frames * add background banner * hello, Hitu makes the animation * add media query * add images * update types * add declare * preload support * update ignore * additional ignore site Home lint * update ignore * add hover effect * adjust alt of bannber * adjust lang & card shadow * fix typo * adjust desc * hitu in english * article add link * Certainty is hitu * Meaning Hitu * Growth with Hitu * Natural Hitu * slow down of Natural * adjust speed of icons * New Meaning animation * adjust animation duration * update card link * update link * values doc * replace images * faster Growth * update values * fix lint * all slow down * adjust padding * update icons * adjust margin * update images * adjust montion * adjust by designer * update pages * update design prod * update articles * update site style * update doc * update images * update style * lint fix * adjust liner color * github text color update * adjust margin of title * mobile design * update design sub card * update style * less lint * update images * design card auto height * update img * update logo transition * adjust card style * adjust style to fix 184 * adjust nav style * category it * slow down of logo * update style * hide video link * hitu article * use img of hitu * update docs * style lint * update Hitu layout doc * update images * speed up logo * update link * clean up * clean up * update doc * adjust doc * update images
67 lines
1.3 KiB
TypeScript
67 lines
1.3 KiB
TypeScript
// https://github.com/facebook/create-react-app/blob/f09d3d3a52c1b938cecc977c2bbc0942ea0a7e70/packages/react-scripts/lib/react-app.d.ts#L42-L49
|
|
declare module '*.svg' {
|
|
import * as React from 'react';
|
|
|
|
export const ReactComponent: React.FunctionComponent<React.SVGProps<SVGSVGElement>>;
|
|
|
|
const src: string;
|
|
export default src;
|
|
}
|
|
|
|
declare module 'bisheng/router';
|
|
|
|
declare module 'rc-pagination/*';
|
|
|
|
declare module 'omit.js';
|
|
|
|
declare module 'rc-animate*';
|
|
|
|
declare module 'rc-util*';
|
|
|
|
declare module 'css-animation*';
|
|
|
|
declare module 'rc-checkbox';
|
|
|
|
declare module 'rc-radio';
|
|
|
|
declare module 'rc-editor-mention';
|
|
|
|
declare module 'rc-tabs*';
|
|
|
|
declare module 'rc-tree';
|
|
declare module 'rc-tree/lib/util';
|
|
|
|
declare module 'rc-input-number';
|
|
|
|
declare module 'rc-collapse';
|
|
|
|
declare module 'rc-notification';
|
|
|
|
declare module 'rc-dialog';
|
|
|
|
declare module 'rc-rate';
|
|
|
|
declare module 'rc-queue-anim';
|
|
|
|
declare module 'rc-slider';
|
|
|
|
declare module 'rc-slider/lib/Slider';
|
|
|
|
declare module 'rc-slider/lib/Range';
|
|
|
|
declare module 'rc-slider/lib/Handle';
|
|
|
|
declare module 'rc-steps';
|
|
|
|
declare module 'rc-switch';
|
|
|
|
declare module 'rc-upload';
|
|
|
|
declare module '*.json' {
|
|
const value: any;
|
|
export const version: string;
|
|
export default value;
|
|
}
|
|
|
|
declare module 'react-copy-to-clipboard';
|