Skip to content

Instantly share code, notes, and snippets.

@Whoaa512
Created July 30, 2020 19:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whoaa512/e0e2f54f2208632ec393275bde98840b to your computer and use it in GitHub Desktop.
Save Whoaa512/e0e2f54f2208632ec393275bde98840b to your computer and use it in GitHub Desktop.
Example of broken no-shadow with TypeScript
export const COLLAPSED = 'collapsed';
export const EXPANDED = 'expanded';
export const COLLAPSIBLE_AND_EXPANDED = 'collapsable_and_expanded';
export enum SideFilterCollapsibleStates {
COLLAPSED = 'collapsed',
COLLAPSIBLE_AND_EXPANDED = 'collapsable_and_expanded',
EXPANDED = 'expanded',
}
@Whoaa512
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment