shineout
Version:
Shein 前端组件库
10 lines (8 loc) • 408 B
text/typescript
import '../../styles/normalize.css'
import resizableLess from './resizable.css'
import moveableLess from './moveable.css'
import hidableLess from './hidable.css'
import genaration from '../../utils/classname'
export const hidableClass = genaration(hidableLess, 'hidable')
export const moveableClass = genaration(moveableLess, 'moveable')
export const resizableClass = genaration(resizableLess, 'resizable')