Created
July 30, 2020 19:03
-
-
Save Whoaa512/e0e2f54f2208632ec393275bde98840b to your computer and use it in GitHub Desktop.
Example of broken no-shadow with TypeScript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | |
} |
Author
Whoaa512
commented
Jul 30, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment