UNPKG

nitropage

Version:

A free visual website editor, powered with your own SolidJS components.

8 lines (7 loc) 294 B
export type { IStyle } from "./src/lib/style/fela"; export { clamp, cssMemo, rgb, useCss } from "./src/lib/style/index"; export type { CssColor } from "./src/lib/style/index"; /** * CSS class that adds temporary padding during create and drag operations */ export const expand = "np-expand";