@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.
58 lines • 2.5 kB
TypeScript
declare const _default: {
readonly hover: {
readonly group: "Rocketstyle (Vitus-Labs)";
readonly type: "boolean";
readonly value: false;
readonly description: "Can be manually triggered **hover** event on the element. Behaves as **:hover** state in _CSS_.";
};
readonly active: {
readonly group: "Rocketstyle (Vitus-Labs)";
readonly type: "boolean";
readonly value: false;
readonly description: "Can be manually triggered **active** event on the element. Can be used to define element as `active`, e.g. _links_.";
};
readonly pressed: {
readonly group: "Rocketstyle (Vitus-Labs)";
readonly type: "boolean";
readonly value: false;
readonly description: "Can be manually triggered **pressed** event on the element. Behaves as `:active` state in _CSS_.";
};
readonly focus: {
readonly group: "Rocketstyle (Vitus-Labs)";
readonly type: "boolean";
readonly value: false;
readonly description: "Can be manually triggered **focus** event on the element. Behaves as `:focus` state in _CSS_.";
};
readonly onMouseEnter: {
readonly group: "Rocketstyle (Vitus-Labs)";
readonly type: "function";
readonly description: "The _onMouseEnter_ function can take a `SyntheticMouseEvent`.";
};
readonly onMouseLeave: {
readonly group: "Rocketstyle (Vitus-Labs)";
readonly type: "function";
readonly description: "The _onMouseLeave_ function can take a `SyntheticMouseEvent.`";
};
readonly onMouseDown: {
readonly group: "Rocketstyle (Vitus-Labs)";
readonly type: "function";
readonly description: "The _onMouseDown_ function can take a `SyntheticMouseEvent`.";
};
readonly onMouseUp: {
readonly group: "Rocketstyle (Vitus-Labs)";
readonly type: "function";
readonly description: "The _onMouseUp_ function can take a `SyntheticMouseEvent`.";
};
readonly onFocus: {
readonly group: "Rocketstyle (Vitus-Labs)";
readonly type: "function";
readonly description: "The _onFocus_ function can take a `SyntheticFocusEvent`.";
};
readonly onBlur: {
readonly group: "Rocketstyle (Vitus-Labs)";
readonly type: "function";
readonly description: "The _onBlur_ function can take a `SyntheticFocusEvent`.";
};
};
export default _default;
//# sourceMappingURL=rocketstyle.d.ts.map