mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-11 11:55:38 +00:00
7 lines
99 B
TypeScript
7 lines
99 B
TypeScript
enum LoaderHeightType {
|
|
Page = "page",
|
|
Section = "section"
|
|
}
|
|
|
|
export default LoaderHeightType;
|