UNPKG

@platform/cell.tmpl

Version:

Template generator for the system

14 lines (12 loc) 366 B
/** * @platform */ export { css, Color, CssValue, Style, formatColor } from '@platform/css'; export { useResizeObserver, FC } from '@platform/react'; export { rx, slug } from '@platform/util.value'; /** * @system */ export { Filesystem } from 'sys.fs'; export { WebRuntime } from 'sys.runtime.web'; export { PropList } from 'sys.ui.primitives/lib/ui/PropList';