importtype { LiteralEnum } from"./util";
/**
* Represents resizable tokens to hide content that can be applied to Framework Components
*/exportdeclareenumTOKENS_RESIZEABLE {
x = "x",
y = "y"
}
exportdeclaretypePROPERTY_RESIZEABLE = LiteralEnum<TOKENS_RESIZEABLE>;