mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +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;
|