UNPKG

@vitus-labs/rocketstories

Version:

Rocketstyle is ultra powerful and extensible styling system for building React components blazingly fast, easily and make them easily extensible and reusable.

31 lines 2.15 kB
declare const _default: { readonly paragraph: { readonly group: "Text (Vitus-Labs)"; readonly type: "boolean"; readonly description: "Changes a behavior of inline text to become **block** text. Also changes HTML **tag** to `p`"; }; readonly tag: { readonly group: "Text (Vitus-Labs)"; readonly type: "select"; readonly options: readonly ["a", "abbr", "address", "area", "article", "aside", "audio", "b", "bdi", "bdo", "big", "blockquote", "body", "br", "button", "canvas", "caption", "cite", "code", "col", "colgroup", "data", "datalist", "dd", "del", "details", "dfn", "dialog", "div", "dl", "dt", "em", "embed", "fieldset", "figcaption", "figure", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "header", "hr", "html", "i", "iframe", "img", "input", "ins", "kbd", "label", "legend", "li", "main", "map", "mark", "meter", "nav", "object", "ol", "optgroup", "option", "output", "p", "picture", "pre", "progress", "q", "rp", "rt", "ruby", "s", "samp", "section", "select", "small", "source", "span", "strong", "sub", "summary", "sup", "svg", "table", "tbody", "td", "template", "textarea", "tfoot", "th", "thead", "time", "tr", "track", "u", "ul", "var", "video", "wbr"]; }; readonly children: { readonly group: "Text (Vitus-Labs)"; readonly type: ""; readonly valueType: "ReactNode"; readonly description: "React children. Priorities when rendering are **children** → **label**, therefore _children_ has the highest priority."; }; readonly label: { readonly group: "Text (Vitus-Labs)"; readonly type: "text"; readonly valueType: "ReactNode"; readonly description: "A prop which can be used instead of _children_. Priorities when rendering are **children** → **label**, therefore _label_ has lower priority than _children_."; }; readonly extendCss: { readonly group: "Text (Vitus-Labs)"; readonly type: "text"; readonly description: "An additional styling prop to enhance Text element CSS styles."; }; }; export default _default; //# sourceMappingURL=text.d.ts.map