mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-10 10:52:44 +00:00
* [react-transition-group] Add types for config * [react-transition-group] Add test for changing config
7 lines
105 B
TypeScript
7 lines
105 B
TypeScript
export interface Config {
|
|
disabled: boolean;
|
|
}
|
|
|
|
declare const config: Config;
|
|
export default config;
|